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
