統計
MATLAB Answers
4 質問
0 回答
ランク
of 174,520
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
3D animation in MATLAB
Hello! I was given a task to animate the following figure: u = 0:0.02:1; v = 0:pi/25:2*pi; [u,v] = meshgrid(u,v); ...
約11年 前 | 1 件の回答 | 0
1
回答質問
3D graphics in MATLAB
Hello! Could you help me with an issue? I'm trying to plot this figure: u = 0:pi/5:4*pi; v = 0:0.05:1; X = v.*cos(u)-(1...
約11年 前 | 1 件の回答 | 0
1
回答質問
Computing series in MATLAB
Hello! I wonder if it is possible somehow to force MATLAB to compute ANY series for this function: ((4+3x)/(x+2))^(2x-1) as x...
約11年 前 | 1 件の回答 | 0
1
回答質問
MATLAB Error using .*. Matrix dimensions must agree
Hello! Could you help me with the next? I'm trying to plot a 3d graph writing this: u = linspace(0,pi,60); v =...
約11年 前 | 1 件の回答 | 0
