From: Shar on
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