context list and autocomplete
I'm very curious about your initial question. Is it possible to add autocomplete to functions we've created? ... 8 Dec 2009 21:57
Subscripted assignment dimension mismatch
I'm getting this error message: ??? Subscripted assignment dimension mismatch. Error in ==> Untitl2 at 10 for this set up: r = 3.5; b = 5.5; w = 4000:1000:8000; % Compute and plot the Velocity % for i = 1:length(w) t = linspace(0,1/w(i),256); for j = 1:length(t) th = t(j)*w(i)*2*pi; ... 5 Dec 2009 17:22
Save plot without changing size under terminal mode
Hi, I am ssh connecting to a linux server and do some Matlab programming. I would like to save invisible plot by something like: figH = figure('visible','off') ; % Plot something % save the plot as an image with same size as the plot close(figH) ; saveas() and print() will save image with size diffe... 5 Dec 2009 16:15
Help on deprecated rand parameters
Some code that I'm working on has the following line: rand('state',sum(100*clock)) The editor issues a warning which says "Using character strings to control RAND is deprecated. I need to understand that line, but the help on rand (http://www.mathworks.com/access/helpdesk/help/techdoc/ref/randstream.rand.html) do... 6 Dec 2009 16:08
classification using neural network
Hello, I am trying to classify a 5 different animal sounds by using neural network. So, in order to learn neural network, firstly i have started with nntool box .i have created a feed-forward backprop network with the following properties: Training function: TRAINLM Adaption learning function: LEARNGDM Perfor... 6 Dec 2009 13:54
How to draw a square in an existing image?
I am working on a object recognition project. I already find the center of the object. Now i like to draw a square around it. But i dont know how to do this. Please help. ... 5 Dec 2009 08:31
MPM in Matlab program
Dear all, Does anyone try to re-write program MPM (An atmospheric millimeter-wave propagation model) using Matlab? The basic program is Fortran, but I don't understand Fortran. Please reply this email. Thank you in advance. Best Regards, Link Zelda ... 4 Dec 2009 22:53
interp3 interpolation
Hello, I've two layers at (x,y, z = 1) and (x,y,z = 2) and I'm trying to interpolate to have two additional layers in between these two layers. The two additional layers should have values which is an interpolation (spline or cubic) of the original two layers. I'm working with interp3 but getting the error below: %s... 9 Dec 2009 12:09
vsim / Modelsim
Hi, I try to start Modelsim from matlab. I follow a tutorial but every time when I want to use: vsim I get the following error: Could not determine ModelSim version from: 'vsim' is not recognized as an internal or external command, operable program or batch file. I have Modelsim installed on my PC and every... 4 Dec 2009 18:30
Newton's interpolation formula
Hello, could someone help me with my exam? This is it: Using Newton's interpolation formula plot a graph of the polynomial interpolation maximum level at a specified interval you specify points, while the input data containing the coordinates. This is exam in Matlab, i can what this program have to do, but I can't pro... 4 Dec 2009 21:48