photo

Neda


Last seen: 3ヶ月 前 2024 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

14 質問
0 回答

ランク
282,976
of 300,779

評判
0

コントリビューション
14 質問
0 回答

回答採用率
92.86%

獲得投票数
0

ランク
 of 21,084

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,997

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Problem with creating video and frame
Dear Matlab Team, I have a question regarding creating the video. I have this, at the beginnig of my code, before the "for t...

4ヶ月 前 | 1 件の回答 | 0

1

回答

質問


How to color system of PDEs with two population
Dear Matlab Team, I have a system of PDEs with two equations (two population, V, W) written in polar coordinate. My diffusion ...

6ヶ月 前 | 1 件の回答 | 0

1

回答

質問


Coefficient of Variance and Sensitivity Analysis
Dear Matlab Team, I want to do sensitivity analysis for 15 parameters and the cell division rate. I have generated 300 set of ...

9ヶ月 前 | 1 件の回答 | 0

1

回答

質問


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 ...

11ヶ月 前 | 2 件の回答 | 0

2

回答

質問


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...

約1年 前 | 1 件の回答 | 0

1

回答

質問


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 ...

約1年 前 | 1 件の回答 | 0

1

回答

質問


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...

約1年 前 | 1 件の回答 | 0

1

回答

質問


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...

約1年 前 | 1 件の回答 | 0

1

回答

質問


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"....

約1年 前 | 1 件の回答 | 0

1

回答

質問


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 ...

約1年 前 | 1 件の回答 | 0

1

回答

質問


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 ...

1年以上 前 | 3 件の回答 | 0

3

回答

質問


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 ...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


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,...

1年以上 前 | 2 件の回答 | 0

2

回答

質問


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 ...

1年以上 前 | 1 件の回答 | 0

1

回答