![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/17381990_1580142358131_DEF.jpg)
Jaevon Stewart
Followers: 0 Following: 0
統計
MATLAB Answers
5 質問
0 回答
ランク
of 157,687
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How do I save vector values from for loop?
I have this section of code here az = 0:90:270; for k = 1:length(az) rR = 0:.1:1; L1 = (rR.*rR.*.5)+(mu.*rR.*theta...
11ヶ月 前 | 1 件の回答 | 0
1
回答質問
Matlab cannot recognize variable
I have this code here. %May change entire thing to function clc; clear; %Variables sigma = .1; lock = 8; twist = -8; a =...
11ヶ月 前 | 1 件の回答 | 0
1
回答質問
Index exceeds the number of array elements (interation)
Im trying to iterate xin = xh^2/sqrt(x(n)^2+mu^2); x(n+1) = x(n)-((x(n)-muz-xin)/((1+xinx(n))/(x(n)^2+mu^2))) In the setup, ...
11ヶ月 前 | 1 件の回答 | 0
1
回答質問
Running code for different variable values.
Lets say I have these values here. theta = 0:2:12. How do I get matlab to go through the code while the value is zero, get the...
11ヶ月 前 | 1 件の回答 | 0
1
回答質問
Arrays have incompatible sizes for this operation
clc; clear; %This function is will determine the rate of heat loss %you will experience through one of our select pipes and ...
約2年 前 | 2 件の回答 | 0