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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 5 个回答 | 0
