필터 지우기
필터 지우기

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 CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by