Prev: .doc to .html
Next: Further reduce number of parameters
From: Walter Roberson on 9 Jul 2010 10:36 David Cubero wrote: > The problem i see is the most important is that having all my data in a > row how matlab does know where start each line of the figure??? > I can give it as one parameter because i know the synchro points but i > do not know them what function use > I want also to represent the header do not ask why but it is part of my > project Like a previous poster said, use reshape() to make the vector into an array, and then Matlab will use each row of the array as a horizontal line of pixels. |