Info

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

Problem with function. Can you help? Thanks.

조회 수: 1 (최근 30일)
DJ V
DJ V 2016년 12월 1일
마감: MATLAB Answer Bot 2021년 8월 20일
Question is withdrawn. Problem solved.

답변 (1개)

bio lim
bio lim 2016년 12월 1일
I don't understand why there are several if statements with the same condition, e.g.,
if (nargin==2)
counter =0;
end
if nargin ==2
in1 = varargin(1)
in2 = varargin(2)
no = 2
end
You should carefully plan your if statements again, and try to group them as many as possible.

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

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by