Converting these mathematical formulas to a matlab equation.

1 回表示 (過去 30 日間)
James Panhorst
James Panhorst 2019 年 1 月 25 日
コメント済み: James Panhorst 2019 年 1 月 25 日
(x(2y^2-5))/(z+3), (2x-3x+7)/(x-5)^2, and (x-3)/(sqrt(x^2-3x+5)) How can i convert these to a proper matlab equation?

採用された回答

jahanzaib ahmad
jahanzaib ahmad 2019 年 1 月 25 日
(x-3)./(sqrt(x.^2-3.*x+5)) ;
  3 件のコメント
jahanzaib ahmad
jahanzaib ahmad 2019 年 1 月 25 日
(x*(2*y.^2-5))/(z+3), (2*x-3*x+7)/(x-5).^2 ;
James Panhorst
James Panhorst 2019 年 1 月 25 日
ignore my previous comment, thank you

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeElectrical Block Libraries についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by