error when fixing matrik size

how can i solved this problem when i'm trying to combine to fixed matrik size
Attempted to access A(46,101); index out of bounds because size(A)=[100,100]
sorry for bad english :p

1 个评论

Mark
Mark 2013-6-5
编辑:Mark 2013-6-5
It's not clear what you are trying to do. But, you tried to access to a matrix element that does not exist. What is the code that gave you this error?

请先登录,再进行评论。

 采纳的回答

A=[1 2 3 ; 4 5 6]
the size of A is 2x3, you will get an error if you write
A(4,1)

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Simulink 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by