統計
MATLAB Answers
3 質問
0 回答
ランク
of 177,784
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How do get past the first interation in this nested loop?
old=Rod_Temp_Gradient; new=zeros(size(Rod_Temp_Gradient)); count=0; while max(new)- min(new)<0.5 for col=lengt...
8年以上 前 | 2 件の回答 | 0
2
回答質問
Referencing neighboring cells in heat distribution problem
old=Rod_Temp_Gradient; new=zeros(size(Rod_Temp_Gradient)); count=0; while max(new)- min(new)<0.5 for col=1 ...
8年以上 前 | 1 件の回答 | 0
1
回答質問
T=-10:5:40; V=[2 5 12 20]; WCF=zeros(length(T),length(V)); [rows cols] = size(WCF); for row=1:length(T) for col=1:length(V) WCF(row,col)= 35.7+(0.6*T)-(35.7*(V.^0.16))+(0.43*(V.^0.16)); end end. Why do I keep getting an error?
T=-10:5:40; V=[2 5 12 20]; WCF=zeros(length(T),length(V)); [rows cols] = size(WCF); for row=1:length(T) for col=1:len...
8年以上 前 | 1 件の回答 | 0

