interpolate a 2D matrix with nonmatching dimnsions
I have a latitude x longitude matrix with data points at 0 ,1, 2, 3, 4....etc along Y direction(ie latitude ) and 0,1.25,2.5,3.75.....along X direction (longitude) and i need a matrix with data at points 0, 2.5, 5...etc both in X and Y direction. when tried interp2 with X=0:1:40 and Y=0:1.25:44.25 and Z=data i hav... 2 Mar 2010 23:42
Aerosim/MATLAB/SIMULINK UAV simulation
"Adeel Akram" <Adeelaak(a)hotmail.com> wrote in message <hev09g$b5u$1(a)fred.mathworks.com>... Hi all, So Ive decided to simulate a UAV in MATLAB/SIMULINK using the Aerosim Blockset by uDynamics, which so far I have not had much luck in succeding in, and that not many people have heard off or have used this block... 22 Mar 2010 11:51
??? Conversion to cell from double is not possible.???
Hya I create two things(hum I don't know how to call them!! may be cells !!) like this donnees = cell(100) dmo = zeros(100,100) and when I try to fill the first table doing for exemple donnees(1,5) = dmo(5,4) I have this error message : ??? Conversion to cell from double is not possible. Can anyone he... 1 Mar 2010 06:58
radiance
Hello Friends, How do I calculate the radiance of an image? What exactly is the radiance of an image. Regards, Vinod Karuvat. ... 1 Mar 2010 08:03
Simulink: Algebraic loop with frame-based signal
Hello, I'm having some severe problems with a feedback channel in my model. I figured out that feedback channels don't work with frame-based signals in Simulink, because they throw an algebraic loop error. So I use 'unbuffer' before and 'buffer' after the loop, as shown in the picture: ... 1 Mar 2010 05:52
implementing SPIHT algorithms on ecg compression
"etbiga mohammed" <mmmt(a)hotmail.com> wrote in message <hjeq9v$a59$1(a)fred.mathworks.com>... i want another help i need program for spiht n image compression ... 1 Mar 2010 03:41
error in mupad command: out of memory
I got an error, reading: "error in mupad command: out of memory". But there is actually a lot of memory on my computer. Symbolic computation is used in a custom-defined function. The error occured after thounds of calling this function. ... 1 Mar 2010 03:41
create exe from gui - urgent
Hi! I'm trying to create an exe file from my GUI, so that the GUI can be run on computers not having MATLAB. I'm using MATLAB 7.9.0(R2009b) and the Compiler version is 4.11(R2009b). I receive the following error message when I have written "mcc -v -m emma_gui": -------------------------------------------------... 1 Mar 2010 10:15
Problem using SVM (support vector machines) different methods
HI all, it is very useful question and answer, i got it. i got the same error and now i try with this command. thz to all ;P "Manos " <ezoulias(a)in.gr> wrote in message <glaiuo$j39$1(a)fred.mathworks.com>... Hi everyone, I am an old user of Matlab and I try to use SVM (support vector machines) for some... 1 Mar 2010 02:36
Remove all spaces in string
roberson(a)ibd.nrc-cnrc.gc.ca (Walter Roberson) wrote in message <fg8p0j$fi9$1(a)canopus.cc.umanitoba.ca>... In article <fg8ljd$dq1$1(a)fred.mathworks.com>, Lauren D <ld(a)mathworks.com> wrote: I have to remove all punctuation and spaces from a sentence. I'm using a for loop and if statement to do the removal. Is... 1 Mar 2010 02:36