Hello, what equation does this function solve?
2 ビュー (過去 30 日間)
古いコメントを表示
b = 1
C=0.024
WWW=[0.2;0.78;-0.15]
syms a
qaqaqaqa(:,i) = double(solve(b^2 == var(b*C*WWW*a),a));
0 件のコメント
回答 (1 件)
鑫源
2023 年 5 月 27 日
移動済み: Walter Roberson
2023 年 5 月 27 日
qaqaqaqa(:,i)
If not defined, i is an imaginary number and cannot be used as an index
如果没有定义的话,i是一个虚数,不能用作索引
Why not just remove the parentheses
为什么不直接去掉括号
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Symbolic Math Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!