Statistica
MATLAB Answers
2 Domande
0 Risposte
RANK
167.794
of 301.573
REPUTAZIONE
0
CONTRIBUTI
2 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
0
RANK
of 175.520
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
quasi 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 4 anni fa | 1 risposta | 0