problem with the min function or the 1.8509e+007 ??
이전 댓글 표시
Hello everybody I have a vector with three input values so this is how my vector is :
F=[ss(60,57) ;ss(13,57) ;ss(14,57)]
F(1)
ans =
18471736
>> F(2)
ans =
1.8509e+007
>> F(3)
ans =
23963413
So i called the min function as this : [C,I]=min(F); >> C
C =
18471736
>> I
I =
1
Does 18471736 inf to 1.8509e+007
댓글 수: 1
Walter Roberson
2012년 10월 12일
Please read the guide to tags and retag this Question; see http://www.mathworks.co.uk/matlabcentral/answers/43073-a-guide-to-tags
채택된 답변
추가 답변 (1개)
Walter Roberson
2012년 10월 11일
0 개 추천
Yes. 1.8509e+007 is approximately 18509000
댓글 수: 4
Mariem Harmassi
2012년 10월 11일
편집: Mariem Harmassi
2012년 10월 11일
Mariem Harmassi
2012년 10월 11일
Mariem Harmassi
2012년 10월 11일
카테고리
도움말 센터 및 File Exchange에서 Function Creation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!