Matlab function for defining the size of a matrix
5 次查看(过去 30 天)
显示 更早的评论
The size of matrix A (in the model) is 14x14 B= 14x2 C= 14x14 D= 14x2
Now I need to know, how to use the function below to make the size of matrix B as 14x2
B=zeros(size(A,1),1)
Please drop your suggestions.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!