From: Shar on 18 Jan 2010 11:08 Hello, I frequently need to divide a matrix to its columns to feed into a function. Is there an elegant way to do it? For now, I stick with the solution polarMatrix = cart2pol(cartMatrix(:,1),cartMatrix(:,2),cartMatrix(:,3)); Thank you, Magdalena
|
Pages: 1 Prev: convert matlab pgm to c Next: Set the value in Simulink from GUI |