Hello, what equation does this function solve?

b = 1
b = 1
C=0.024
C = 0.0240
WWW=[0.2;0.78;-0.15]
WWW = 3×1
0.2000 0.7800 -0.1500
syms a
qaqaqaqa(:,i) = double(solve(b^2 == var(b*C*WWW*a),a));
Index in position 2 is invalid. Array indices must be positive integers or logical values.

답변 (1개)

鑫源
鑫源 2023년 5월 27일
이동: Walter Roberson 2023년 5월 27일

0 개 추천

qaqaqaqa(:,i)
If not defined, i is an imaginary number and cannot be used as an index
如果没有定义的话,i是一个虚数,不能用作索引
Why not just remove the parentheses
为什么不直接去掉括号

카테고리

도움말 센터File Exchange에서 Mathematics에 대해 자세히 알아보기

제품

릴리스

R2021b

질문:

2023년 5월 27일

이동:

2023년 5월 27일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by