First
|
Prev |
Next
|
Last
Pages: 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650
Problem with code Hello! Can somebody tell me where is the problme in the following code (timestep cant be increased). Thanx in advance! clear %function falling_apple g= 9.81; h(1,1)=10; v(1,1)=10; timestep=0.01; index=1; while (h(index)>0) v(index+1,1)=v(index,1)-g*timestep; h(index+1,1)=h(index,1)-v(index,1)*timestep;... 21 May 2010 22:42
Problem with code Hello can somebody please tell me what is wrong with the following code(timestep cannot be increased)? Thanx in advance! clear %function falling_apple g= 9.81; h(1,1)=10; v(1,1)=10; timestep=0.01; index=1; while (h(index)>0) v(index+1,1)=v(index,1)-g*timestep; h(index+1,1)=h(index,1)-v(index,... 21 May 2010 21:37
Matlab assistance on variable names I have this code on matlab: for k = 1 : amount TAMA=measures(k).Area; if TAMA > 1000 thismeasure = measures(k).BoundingBox; subImage = imcrop(Image, thismeasure); if TAMA>1000 j=j+1; subplot(3, 4, j); imshow(subImage); end caption = ... 21 May 2010 21:37
Simbiology memory hog I'm **not** an accomplished Matlab programmer but have written a Simbiology model with ~50 compartments and ~19 parameters. I'm trying to use simulated annealing. Matlab seems to be adding ~ 1 MB per iteration to its memory use, severely limiting my ability to use simulated annealing. I'm assuming it's a simpl... 22 May 2010 00:53
OPEN AND CLOSE THE APPLICATION EXECUTABLE, an error in MS-DOSand it is MCR OF MATLAB Gerardo Felix wrote: project in MATLAB, which use libraries Acquisition and Image Processing MATLAB and income in a GUI matlab by running the executable package it together with the RCM in matlab with deploytool and then took him to the computer and install MCR MATLAB and then run the. Exe OPENS WITH M... 21 May 2010 22:43
OPEN AND CLOSE THE APPLICATION EXECUTABLE, an error in MS-DOS and it is MCR OF MATLAB Hello, My name is Gerardo Felix, I am an undergraduate student and developing a project in MATLAB, which use libraries Acquisition and Image Processing MATLAB and income in a GUI matlab by running the executable package it together with the RCM in matlab with deploytool and then took him to the computer and... 21 May 2010 19:26
How to include a path Hello all ! I work on matlab which is on my college server and its hard to open the GUI and add the path to it ! so I am wondering is there any way i can add path from the command window of matlab ..i want to include whole folder with its subfolder. I tried this path=(path,'/path/folder') But it includes o... 21 May 2010 21:37
mex problem with MATLAB 2009b install Hi I am trying to run a nfftmex.c by mex nfftmex.c ..compilation is failing with a meaasge no mexversion.c i am running it in matlab2009..which is on my college linux server .........i check the file nfftmex.c #include <complex.h> #include <string.h> #include <stdio.h> #include "nfft3.h" #include "infft.h" #i... 21 May 2010 19:26
Question about Symbolic Tool Box I know it is not possible to compile the script that uses functions from Symbolic Toolbox. Can I know the reason why ? Thanks Prabhakar ... 22 May 2010 13:50 |