フィルターのクリア

how to convert array to vector

6 ビュー (過去 30 日間)
Kiki Chung
Kiki Chung 2020 年 8 月 12 日
コメント済み: Kiki Chung 2020 年 8 月 13 日
Hi, I have a set of M and theta correspondance data. The thera range from 0 to 0.12 radian. Because I want to proof below eqaution, so I want to plug the theta in to get the new M by this eqaution.
Here is my code:
But I don't know why the result of M become 13x13 table shown as below. I am not sure it is array or not. How can I convert M result to become like theta table?

採用された回答

David Hill
David Hill 2020 年 8 月 12 日
theta=0:.01:.12;%row vector
M=71420*theta./((1+(theta*71420/94.42).^.5).^.2);%row vector
  4 件のコメント
David Hill
David Hill 2020 年 8 月 13 日
You do not need '.' when multiplying by a scalar
Kiki Chung
Kiki Chung 2020 年 8 月 13 日
thank you so much

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeData Types についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by