Serdar Ünal
Followers: 0 Following: 0
統計
MATLAB Answers
2 質問
0 回答
ランク
of 153,950
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
solve() question: both substitution and symbolic solutions
I have a simple equation consisting of symbolic variables and want to solve it. >> eqn(1) = d1 == 0 eqn = 2*C11*G13*p13*...
約4年 前 | 1 件の回答 | 0
1
回答質問
solve() gives Empty sym: 0-by-1
syms Vx Vin Vs Io Vy Vo L C R Rp k s eqn1 = ((Vx-Vin)/Rp) + ((Vx-Vs)/R) - (k*Io/2) + ((Vx-Vy)/((2*s*L)+(1/(s*C)))) == 0; eqn2 ...
約4年 前 | 1 件の回答 | 0