photo

Oscar Serna


Attivo dal 2016

Followers: 0   Following: 0

Statistica

MATLAB Answers

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 21.236

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

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

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

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

risposte

Domanda


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

risposta

Domanda


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

1

risposta