Hello, what equation does this function solve?
Mostra commenti meno recenti
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));
Risposte (1)
鑫源
il 27 Mag 2023
Spostato: Walter Roberson
il 27 Mag 2023
0 voti
qaqaqaqa(:,i)
If not defined, i is an imaginary number and cannot be used as an index
如果没有定义的话,i是一个虚数,不能用作索引
Why not just remove the parentheses
为什么不直接去掉括号
Categorie
Scopri di più su Mathematics in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!