translate equation to matlab code
古いコメントを表示

hellow I would like to translate this equation to matlab code, I am new to matlab language and syntax and would very much appreciate help.
1 件のコメント
David Goodmanson
2019 年 5 月 17 日
Hi Or,
If you are doing this numerically, as you probably already know, N = [1 2 3] creates a row vector, N = [1; 2; 3] creates a column vector.
Dot and cross functions are available in Matlab, see 'doc dot' and 'doc cross'. The cross function outputs a column vector if both inputs are column vectors, and a row vector otherwise.
採用された回答
その他の回答 (1 件)
Giuseppe
2024 年 4 月 24 日
0 投票
e^(-x^2)*sin(x)
カテゴリ
ヘルプ センター および File Exchange で Statics and Dynamics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!