photo

Alex Vasin


Last seen: 3年以上 前 2017 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

10 質問
1 回答

ランク
91,080
of 300,369

評判
0

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

回答採用率
70.0%

獲得投票数
0

ランク
 of 20,936

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 168,436

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Set length of plot axis
Hi. I plotted a curve which is shaped like a parabola. The peak of paraloba (y=2.5) touches the top border of the box (actually ...

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

1

回答

質問


How to do a surface plot with tangent plane?
I want to use the following code I got from : https://au.mathworks.com/help/matlab/math/calculate-tangent-plane-to-surface.html ...

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

1

回答

質問


Assigning computation values to variables without making it an array
Hi. When I use the following code it creates a array instead of just store a single value. fa1=(1/T)*trapz(t1,f1); How do I so...

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

1

回答

質問


How to plot a complex power spectrum using MATLAB?
I have all the |C_n|^2 and need to plot bars which represent the energy at intervals of w (angular frequency). I guess this wou...

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

1

回答

質問


How do I plot a horizontal line
s=0.5:0.001:1; f=yline(0.25); plot(s,f) How do I get this to produce a horizontal line at y=0.25 for the interval 0.5 <= s <=...

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

2

回答

質問


How to plot 2nd order ode
How can I use MatLAB to plot y''-4y'+5y=0, y(-1)=2 and y'(-1)=0 Thanks

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

1

回答

質問


How do I plot component curves for system of differential equations? I keep getting errors for this compartment model
F=@(t,x) [-4*x(1)+4*x(2); x(1)-6*x(2)+3*x(3)+2; x(1)+2*x(2)-8*x(3)+5]; [t,x]=ode45(F,[0 3], [0 10]); plot(t, x(:...

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

1

回答

質問


How to plot 3 vectors but align them so that they are all originating from the same point?
example a = [-2 3] b = [3 7] c = [-3 5] Thanks

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

1

回答

質問


Error: Too many output arguments
Hi. In my main M script I have: x = 0:50; y = 0:50; [X,Y] = meshgrid(x,y); P = P_fn(X,Y); in my function ...

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

2

回答

回答済み
Why isn't addition working for this equation
Thanks for taking the time to answer guys. Basically, L1+L2 gave a value of around 70 or so for the last output when I ran th...

8年以上 前 | 0

質問


Why isn't addition working for this equation
My script is not giving me the correct calculations clear all x = 0:50 y = 0:30 [X,Y] = meshgrid(x,y) L1 = sq...

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

3

回答