Clear Filters
Clear Filters

Get 'min' of data

1 view (last 30 days)
Diah
Diah on 12 Dec 2012
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?

Accepted Answer

Matt J
Matt J on 12 Dec 2012
Edited: Matt J on 12 Dec 2012
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 Comment
Diah
Diah on 12 Dec 2012
ok thx Matt. Done! :-)

Sign in to comment.

More Answers (0)

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!