photo

Haruna Abba Usman


Last seen: 4 years ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
0 Answers

RANK
109,851
of 301,370

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,243

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,217

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

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

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

4 years ago | 1 answer | 0

1

answer