|
First
|
Prev |
Next
|
Last
Pages: 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259
convolution with Gaussian Thanks Roger, I really appreciate your answers above. 1. I was hoping since I was convolving a discrete 1-D PDF array with a continuous (ideal) Gaussian PDF, that there might be a matlab function that made life easier than me having to create a discrete function from the continuous Gaussian PDF. Looks like t... 7 May 2008 01:09
Matlab shared library using in Microsoft Visual Studio 2005 Hello everybody, I am begineer of matlab. I wrote a simple program. Then, i alreadly created the ".dll" file by using the mbuild -setup deploytool. And now, i would like to use it in the "Microsoft Visual Studio .Net Professional 2005".. Could anyone teach me which is the way of using it in the Microso... 6 May 2008 23:26
loading in large data... Hi, I am having some trouble optimizing the loading & handling of large files (movies, in a kind of weird format). Any comment on the following? 1) My code for loading the data (see below) was slow, and it didn't scale linearly with the number of iterations of the loop as I had thought it would. Any ideas on ... 7 May 2008 00:21
Reading a 3D studio file Thanks, Scott. I have found a few there, and it really helps. Thanks a lot. - Rakib. "Scott Burnside" <no(a)spam.com> wrote in message <fvnaqa$bjt$1(a)fred.mathworks.com>... "Rakib " <rakahmed(a)gmail.com> wrote in message <fvlna9 $adb$1(a)fred.mathworks.com>... Can anyone please help me how to read a 3D file (... 6 May 2008 23:26
importing one row or column from csv file I have both .xls and .csv files but am having trouble importing the data. I like to import either only one whole column or row, but can't find out how to specify that without hardcoding. Even with hardcoding, I can't import the data. I've tried using xlsread, csvread, textread, uiimport....nothing works. The cl... 6 May 2008 23:26
Displaying sub panels in GUI In article <fvpisk$jpf$1(a)fred.mathworks.com>, Robin <grayalno.spam(a)u.washington.edu> wrote: hi i am creating a GUI with three main panels. These panels are hidden underneath each other. Each panel has some subpanels. lets say three main panels are: 1 2 3 and smaller subpanels 1.1 1.2 1.3 etc and so for s... 6 May 2008 23:26
deleting a selected contour I have some bathmetry data I am plotting using the contour function in matlab. I need a script that will allow me to manual select contour lines and then delete that contour data from the contour matrix, (or original grid) so that I can replot the data without the selected contours.... the contours deleted wil... 6 May 2008 23:26
shifting data within a vector For a vector s, I found its maximum value, and located it s=rand(20,1); max(s); find(s==max(s)); Now I want to add a value of say x=10; to the max(s) and place it in the following row(raw after max(s)), then add a value of 20 to the max(s)and add it to the following raw....etc till the end raw? Any s... 6 May 2008 23:26
nonlinear constraint optimization GAOT Can you send me the code to take a look at? GA are usually quite slow and limited. Better to look at a global solver such as glcCluster, OQNLP or LGO. Best wishes, Marcus Tomlab Optimization Inc. http://tomopt.com/ ... 6 May 2008 23:26 |