photo

H-M


Last seen: 5年以上 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

9 質問
1 回答

ランク
115,458
of 300,771

評判
0

コントリビューション
9 質問
1 回答

回答採用率
66.67%

獲得投票数
0

ランク
 of 21,084

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,969

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


plot when a value of zero makes issue
my code below is supposed to plot different graph with different value of t: many thanks c=2; nu = 1*1e-6; r = linspa...

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

1

回答

質問


num2str in legend
I want to use num2str in title of a plot: the problem is i need to make 8 in term wo_f8 dynamic as well as using num2str.(e.g I...

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

0

回答

質問


allocating marker in for loop
I tried to allocate a marker to each plot in for loop but I could'nt. would you please help me with that? I was able to give ea...

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

2

回答

質問


how to create num2str in a variable
Hello, How can I write the left hand side's expresion using num2str instead of f2 to avoid changing them every time when I cha...

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

2

回答

質問


how to give the lines color based on the distanse
My plot below shows the oscillatory displacement of particles vs time in a pipe. Each line coreponds to each particle. Particles...

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

2

回答

質問


how to define a path in saveas command
I am using saveas command in a ''for loop'' to save 20 plots in .png format. How can I add the i counter of for loop in saveas c...

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

2

回答

質問


How to make a function that uses Runge-Kutta Method
Here is my code to find the velocity and position of particles in 3 dimensions using Rung-Kutta 4th order method as a time march...

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

1

回答

質問


3D matrix and 3d plot in matlab
I want to use the repmat function to copy the velocity profile along a pipe for 30 times in order to make the geometry of pipe....

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

1

回答

回答済み
mesh grid and mesh ploting
I just have the poiseuille velocity equation(z equation in my code) in a circular pipe and I am supposed to plot the velocity pr...

5年以上 前 | 0

質問


mesh grid and mesh ploting
R = 0.003/2; y=linspace(-1,1,30); x=linspace(-1,1,30); r.^2==x.^2+y.^2; y=r./R; a0=-6536; z=a0*R^2*(1-y.^2)/0.016; [X1,Y1...

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

1

回答