First
|
Prev |
Next
|
Last
Pages: 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673
Interface C++ functions/Simulink Hello, I'm working on a vision based tracking system for UAVs. I am using Shawn Lankton's implementation of the Sparse Field Method for Active Contours (http://www.mathworks.co.uk/matlabcentral/fileexchange/23847-sparse-field-methods-for-active-contours) and I would like to adapt it to use it in Simulink. This im... 1 Jun 2010 20:49
fsolve problem I am using Matlab 7.6.0.324, and I find that I am having problems using fsolve to solve a system on two non-linear equations in two unknowns. I am relatively new to Matlab, so I apologise in advance if I seem inexperienced. I am. Basically when I call my M-file myfun.m within the main command window i.e. when I type ... 19 May 2010 12:40
problem with parallel matlab for i=1:size(APLocation,1) point=APLocation(i,:); parfor j=1:length (RXpoint) rssi(i,j) = LOSS(point,RXpoint(:,j)'); %%rssi having the signal strength from all AP's end end when i'm running the following code, i get the same value for each element of rssi (serially i get different results) ... 19 May 2010 13:46
find vector I need find a vector in matrix ex: x = 9 8 9 9 3 6 5 6 3 1 8 7 8 2 3 d = 9 6 8 r=find(x==d) ??? Error using ==> eq Matrix dimensions must agree. vector d is present in col 1 and 3 of matrix x, i need find position of vect... 19 May 2010 11:33
nonlinear differential equation system Hi, i'm trying to solve this nonlinear differential equation system: T' = (Rtes*Is.^2-k*(T.^5-Ts.^5)+epsilon*E*dirac(t-t0))./C; Is' = (Ib*Rsh-Is.*(Rp+Rtes+Rsh))./L; T and Is are function of time, like dirac(t-t0). I declare the system in a M-file where i give the value of the other parameters. Here ie the code... 20 May 2010 10:32
parse expression into expression tree Hi, I need to parse a math expression like (a+b)/c + d into an expression tree and traverse the tree in various orders (in order, preorder, postorder). Are there existing toolboxes/functions in matlab to do that? I looked at the symbolic toolbox but haven't found anything close to that. thanks Jeff ... 19 May 2010 11:33
Concentration maps Hello everybody, I have a problem and I think that it should be easy to solve but for some reason I do not manage that. I have arrays containig latitude, longitude and concentration values. I wanna plot the concentration values at the corresponding lat/lon point in different colours for different concentration v... 26 May 2010 09:08
bug audioplayer Hello I'm working with mac OS 10 And when I try to create a audioplayer object, I've got this bug Can anyone help me ? Thanks a lot player = audioplayer(song, sr); ??? Error using ==> audioplayer.audioplayer at 189 Failed to retrieve Exception Message java.lang.OutOfMemoryError: Java heap spaceE... 19 May 2010 10:26
Standalone for Mac from windows compiler Hi everyone, I'm a new Matlab user, could anyone help me with the following? I created a standalone executable from a windows operating machine (where I have my Matlab licence) using mcc compiler. I would like to create a similar standalone that will run on Mac, but from my windows machine. How would I do that? ... 19 May 2010 10:26
embedded C code using in Power PC, Linux Hello all, I generated C code from MATLAB code now by using 'emlc'. And it works in Linux 32-bit platform. My question is: does the code also work for Power PC (like camera) with Linux platform? Many thanks, Song ... 19 May 2010 17:08 |