統計
MATLAB Answers
2 質問
0 回答
ランク
of 174,306
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How to use solve with a equation with limit
syms b1 c1 s a = 1; b = 7.598; c = 6.784; kp = limit(20.185/(a*s^2+b*b1*s+c),s,0) solve(kp,b1) answear to the code : v...
5年弱 前 | 1 件の回答 | 0
1
回答質問
Solve an exponencial equation
There is my code: syms k Mp = exp((-3.8./sqrt(6.784-1221.21*k))./(1-14.44./6.784-1221.21*k)) == 0.07; s = solve(Mp) the r...
5年弱 前 | 1 件の回答 | 0

