Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Collecting for loop output

1 回表示 (過去 30 日間)
Nikolaos Zafirakis
Nikolaos Zafirakis 2019 年 4 月 30 日
閉鎖済み: Stephen23 2019 年 4 月 30 日
I have a loop and I want to collect the output?
A are arrays 0:300
for i = 0:3:300
Fi = atan(-(A5(1,1+i)/A5(1,2+i)));
Theta = acos(A5(1,3+i));
Psi = atan(A3(1,3+1)/A4(1,3+i));
end
  1 件のコメント
Stephen23
Stephen23 2019 年 4 月 30 日

回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by