Statistiques
3 Questions
0 Réponses
RANG
38 740
of 301 589
RÉPUTATION
1
CONTRIBUTIONS
3 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
33.33%
VOTES REÇUS
1
RANG
of 21 343
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 175 641
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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.*...
presque 8 ans il y a | 1 réponse | 0
0
réponseQuestion
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) ...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
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
plus de 9 ans il y a | 1 réponse | 1
