How to calculate |x|
1 回表示 (過去 30 日間)
古いコメントを表示
I am using find function but i need to use |x| instead of x how to write in matlab ?
0 件のコメント
回答 (1 件)
Bjorn Gustavsson
2020 年 6 月 16 日
abs(x)
When you look for functions you should learn about the matlab-command lookfor, have a look at the help and documentation of that function.
HTH
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Array Geometries and Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!