Statistica
3 Domande
0 Risposte
RANK
38.727
of 301.313
REPUTAZIONE
1
CONTRIBUTI
3 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
33.33%
VOTI RICEVUTI
1
RANK
of 173.955
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
Syntax error in Simulink Fcn block
I am getting a syntax error in Simulink in a Fcn block: (-1/2).*A.^(-1).*D.^(-1).*((-1).*C.^2.*Mc+(-1).*B.^2.*Mp+B.^2.*Mp.*...
oltre 7 anni fa | 0 risposte | 0
0
risposteDomanda
ERROR. "not enough input argument" when publishing on html (Line 2)
<</matlabcentral/answers/uploaded_files/60821/2016-10-08%20(2).png>> function [E]=Energy(x,y) for n = 0:1:size(x) ...
oltre 9 anni fa | 1 risposta | 0
1
rispostaDomanda
Can someone explain why I am getting the error "Not enough input arguments (line 5)" when trying to publish it?
function [E]=Energy(x,y) s=size(x); for n = 0:s E = sum(y.^2); end E; stem(x,y), grid; end
oltre 9 anni fa | 1 risposta | 1
