Community Profile

photo

Haruna Abba Usman


Last seen: bijna 2 jaar ago Active since 2022

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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...

bijna 2 jaar ago | 1 answer | 0

1

answer

Question


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...

ongeveer 2 jaar ago | 1 answer | 0

1

answer