How do you make a 2-d array in Matlab?

Posted by Ben Fossen on Stack Overflow See other posts from Stack Overflow or by Ben Fossen
Published on 2010-03-12T04:48:55Z Indexed on 2010/03/12 4:57 UTC
Read the original article Hit count: 225

Filed under:
|
|

I want to make a 2D array dij(i and j are subscripts). I want to be able to do dij = di,j-1+(di,j-1 - di-1,dj-1)/(4^j-1) My idea for this it to make to 1D arrays and then combine them into a 2D array. Is there an easier way to do this?

© Stack Overflow or respective owner

Related posts about matlab

Related posts about 2d-array