統計
MATLAB Answers
3 質問
0 回答
ランク
of 176,196
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How can I solve for this system ODEs?
I am trying to solve for Q,CA,T,Ts for this CSTR. while solving for these system odes and i can't seem to get answers simply usi...
7年弱 前 | 1 件の回答 | 0
1
回答質問
How do I fix the error Unable to perform assignment because the left and right sides have a different number of elements.
clear all syms e1 e2 digits(4) for i=1:100 x(i)=0.1*(100-i); j(i)=0.1*i; Yco(i)=(e1-e2)/(10+2*e1); Yh2(i)=(3*e1+e2)/(10+2...
約7年 前 | 0 件の回答 | 0
0
回答質問
How can I change this loop so that it has no errors?
syms e1 e2 digits(4) for i=1:99 x(i)=0.1*(99-i); j(i)=0.1*i; Yco=(e1-e2)/(10+2*e1); Yh2=(3*e1+e2)/(10+2*e1); Yh2o(i)=(x(i...
約7年 前 | 1 件の回答 | 0

