필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

errors in matlab gui

조회 수: 1 (최근 30일)
Fatima prv
Fatima prv 2012년 7월 15일
마감: MATLAB Answer Bot 2021년 8월 20일
What mean this error?
??? Subscript indices must either be real positive integers or logicals.
Error in ==> b1>pushbutton1_Callback at 102 A(x,y)=B(x,y)

답변 (1개)

Walter Roberson
Walter Roberson 2012년 7월 15일
It means that one of the values in x or y is 0, or negative, or has a fractional component and is not exactly an integral value.
Note that if you computed x or y, then you might have suffered from round-off. See http://matlab.wikia.com/wiki/FAQ#Why_is_0.3_-_0.2_-_0.1_.28or_similar.29_not_equal_to_zero.3F

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by