photo

Robbe


K.U.Leuven

2011 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

2 質問
2 回答

ランク
110,203
of 301,537

評判
0

コントリビューション
2 質問
2 回答

回答採用率
50.0%

獲得投票数
0

ランク
 of 21,318

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 175,234

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Matrix as output in an S-function
Hi, I'm trying to put a matrix in the output of an s-function but I'm getting following error: In an assignment A(I) = B,...

14年以上 前 | 1 件の回答 | 0

1

回答

回答済み
In an assignment A(I) = B, the number of elements in B and I must be the same.
So back to the original problem: further on in the code I want to give a matrix as output of the s-function There should be tw...

14年以上 前 | 0

回答済み
In an assignment A(I) = B, the number of elements in B and I must be the same.
I can't use the debugger cause the function-file is run by another file and so Matlab just says the error is on the line where t...

14年以上 前 | 0

質問


In an assignment A(I) = B, the number of elements in B and I must be the same.
Hi, I'm getting following error: In an assignment A(I) = B, the number of elements in B and I must be the same. ... even...

14年以上 前 | 5 件の回答 | 0

5

回答