|
|
Re: How to apply a function to the columns of a matrix
Posted:
Dec 25, 2011 2:10 PM
|
|
On Dec 25, 8:59 am, "Matt J " <mattjacREM...@THISieee.spam> wrote: > > columnIncrements=reshape((0:743)*180000,1,1,3); > > make that > > columnIncrements=reshape((0:743)*180000,1,1,[]); %3 should be []
I tried the code and it reduces the problem complexity. Thank you Matt
|
|