Feeds
질문
Why do I get the error message Error using calculate (line 2) Not enough input arguments.
function d = calculate(a, b, c) if b==0 || a==b || c==b; disp('Denominator is zero'); else end a= input('Please write a...
12년 초과 전 | 답변 수: 1 | 0
질문
12년 초과 전 | 답변 수: 1 | 0