Prev: Variable Array Size in Matlab Embedded
Next: Plot
From: sylar on 1 May 2010 02:45 Hello, I want to convert a character array in matlab into a linear matrix for my text generator, for example I want to convert a 2x575 array into a 1x625 matrix, but have been unable to do so. Any help would be apprreciated. Thankyou
From: us on 1 May 2010 07:58 sylar <fasih_m(a)hotmail.com> wrote in message <1686187195.53886.1272710759458.JavaMail.root(a)gallium.mathforum.org>... > Hello, > > I want to convert a character array in matlab into a linear matrix for my text generator, for example I want to convert a 2x575 array into a 1x625 matrix, but have been unable to do so. > > Any help would be apprreciated. > Thankyou well... since 2*575/625 % ans = 1.84 you need to be more precise... show CSSM a SMALL(!) example of what you want... us
|
Pages: 1 Prev: Variable Array Size in Matlab Embedded Next: Plot |