フィルターのクリア

Get 'min' of data

1 回表示 (過去 30 日間)
Diah
Diah 2012 年 12 月 12 日
I want to get minimum value of data. But the result like this:
>> aaa=[0.517651798424649;0.52533232110199]
aaa =
0.517651798424649
0.52533232110199
>> [v di]=min(aaa)
??? Indexing cannot yield multiple results.
What should I do?

採用された回答

Matt J
Matt J 2012 年 12 月 12 日
編集済み: Matt J 2012 年 12 月 12 日
Clear the variable named "min" from your workspace. Better yet, rename it to something that isn't also the name of a MATLAB function.
  1 件のコメント
Diah
Diah 2012 年 12 月 12 日
ok thx Matt. Done! :-)

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by