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 years 前 | 1 个回答 | 0
提问
12 years 前 | 1 个回答 | 0