photo

Mingxuan Zhang


Last seen: 約5年 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

3 質問
0 回答

ランク
151,446
of 301,709

評判
0

コントリビューション
3 質問
0 回答

回答採用率
66.67%

獲得投票数
0

ランク
 of 21,394

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 176,196

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

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

1

回答