MATLAB - Index exceeds matrix dimensions

Posted by Jessy on Stack Overflow See other posts from Stack Overflow or by Jessy
Published on 2010-06-03T14:26:34Z Indexed on 2010/06/03 14:34 UTC
Read the original article Hit count: 160

Filed under:
|
|

Hi I have problem with matrix..

I have many .txt files with different number of rows but have the same number of column (1 column)

e.g. s1.txt = 1234 rows
     s2.txt = 1200 rows
     s2.txt = 1100 rows

I wanted to combine the three files. Since its have different rows .. when I write it to a new file I got this error = Index exceeds matrix dimensions.

How I can solved this problem? .

© Stack Overflow or respective owner

Related posts about matlab

Related posts about matrix