統計
MATLAB Answers
3 質問
0 回答
ランク
of 174,306
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
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.*...
8年弱 前 | 0 件の回答 | 0
0
回答質問
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) ...
9年以上 前 | 1 件の回答 | 0
1
回答質問
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
9年以上 前 | 1 件の回答 | 1
