フィルターのクリア

Code an equation in MATLAB

1 回表示 (過去 30 日間)
HN
HN 2022 年 5 月 7 日
コメント済み: HN 2022 年 5 月 18 日
In matlab, I write the following code to the above equation as follows
ri = sqrt(psi_coordinates.^2+theta_coordinates.^2);
A = sum((ri*delta_epsilon)/2);
V = delta_z*sum(A);
But the result I obtained is not correct. Can anyone comment if I made some mistake please ?
Thank you .
  27 件のコメント
HN
HN 2022 年 5 月 18 日
The unit is Meridian is rad. Yes, that is right. these lines are redudant and should be removed.
HN
HN 2022 年 5 月 18 日
@Jeffrey Clark, Right. It woudl be easy to help if the entire working code is uploaded. But I am afraid I cannot do that..

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeCharacters and Strings についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by