Subscripted assignment dimension mismatch
Re: Subscripted assignment dimension mismatch
The solution for this error is that ,
pay attention to the number of rows and columns in the matrix of your command.
For example
A(2,:) = B
If the number of columns of A and B are not same, generate this error.
Because you are filling the second row of A with B.
pay attention to the number of rows and columns in the matrix of your command.
For example
A(2,:) = B
If the number of columns of A and B are not same, generate this error.
Because you are filling the second row of A with B.
Who is online
Users browsing this forum: No registered users and 0 guests