![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/30026211_1682992165774_DEF.jpg)
Neda
Followers: 0 Following: 0
Statistiques
11 Questions
0 Réponses
RANG
138 935
of 297 010
RÉPUTATION
0
CONTRIBUTIONS
11 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
90.91%
VOTES REÇUS
0
RANG
of 20 418
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 687
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Finding parameters by fitting data to a system of ODEs with lsqnonlin
Dear Matlab Team, I have a system of ODEs, with three parameters (s,d,gamma). I want to find the parameters by fitting data ...
17 jours il y a | 2 réponses | 0
2
réponsesQuestion
Diffusion equation in Cartesian and Cylindrical coordinates
Hi Matlab Team, I have written the code for the diffusion equation in Cartesian and Cylindrical coordinates using pdepe. Howev...
2 mois il y a | 1 réponse | 0
1
réponseQuestion
Making a video for 1000 time-steps
Hi Matlab Team, The output of my code is the movement of cells in 1000 time-steps, I arrange the code such that I can see the ...
2 mois il y a | 1 réponse | 0
1
réponseQuestion
How to save frames to a video?
Dear Matlab Team, I have a function that creates frames, using getframe, now I need to save all this frames and convert them to...
3 mois il y a | 1 réponse | 0
1
réponseQuestion
How to break the for loop?
Hi Matlab Team, I need to run my code 500 times. I have a file with a for loop (name: "run_500") and another file, which conta...
3 mois il y a | 1 réponse | 0
1
réponseQuestion
Error "Error using Delaunay Data points in complex number format are not supported. Use REAL and IMAG to extract the real and imaginary components."
Hi Matlab Team, I have generated 500 parameters, by lhsdesign, which is a matrix 500 * 15 size, I call it "LHSparametertable"....
4 mois il y a | 1 réponse | 0
1
réponseQuestion
For loop for different step size
Dear Matlab Community, I have a matrix like [24 80; 24 80; 24 80; 24 80; 30 120; 30 120; 48 124; 48 124; 48 124] I need to ...
5 mois il y a | 1 réponse | 0
1
réponseQuestion
splitting a vector into separate vectors
Hi Matlab community, I have a vector like V = [2 2 2 2 2 4 4 4 7 7 8 9] I want to separate this vector into V1 = [2 2 2 ...
5 mois il y a | 3 réponses | 0
3
réponsesQuestion
Error bar on probability distribution function
Dear Matlab Community, I have this set of data and I need to graph PDF and put error bars (std) on it. Would you please help ...
5 mois il y a | 1 réponse | 0
1
réponseQuestion
Plotting random number in a line
Hi Matlab Team, I have X = rand(1,100), and I want to plot X such that points be in X axis. At the moment, when I use plot(X,...
6 mois il y a | 2 réponses | 0
2
réponsesQuestion
Help with updating for loop
Hi all,I have a problem with the following sample code: M=[1 2 3 4 5 6 7 8 9 10] for i=1:length(M) M(i)=[] end ...
10 mois il y a | 1 réponse | 0