Feeds
已回答
I want to convert from Cartesian to spherical coordinates in MATLAB. I have tried to use cart2sph in MATLAB but it is showing some error
cart2sph(V(:,1),V(:,2),V(:,3))
I want to convert from Cartesian to spherical coordinates in MATLAB. I have tried to use cart2sph in MATLAB but it is showing some error
cart2sph(V(:,1),V(:,2),V(:,3))
5 years 前 | 0
