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...
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...
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
