Feeds
질문
I'm having this kind of error in the below code g Error using ceil Too many input arguments. Error in g (line 6) CG = ceil(G,1);
function [CG] = g(G) G = 57.5; if 5-mod(G,5)<=2 then CG = G + 5-mod(G,5); else CG = ceil(G,1); end error...
대략 4년 전 | 답변 수: 1 | 0
1
답변질문
Check for incorrect argument data type or missing argument in call to function 'matlabFunction'.
Check for incorrect argument data type or missing argument in call to function 'matlabFunction'. y = (p(1,i)-val(1)).^2+(p(2...
4년 초과 전 | 답변 수: 1 | 0