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