Info
此问题已关闭。 请重新打开它进行编辑或回答。
how i create a free dimension variable like array or cell variable?
1 次查看(过去 30 天)
显示 更早的评论
i want initialized a matrix or cell with a series of repeatedly inputs that number of every input is random, when i do not create a assumption matrix like a=zeros(m,n) and then initialized whit inputs i receive this error: Index exceeds matrix dimensions. (because has been created a matrix with dimension size of last input and often number of inputs every time change.) and but because i do not know number of all inputs i can not create a fix dimension matrix like a=zeros(m,n) now i want have a matrix whit free dimension?
0 个评论
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!