How do I convert a 3D matrix with data to a 3D coordinate system?

3 次查看(过去 30 天)
I have a 3D array with intensity values inside of each cell representing a simulation previously conducted. When I perform an imagesc, there is a distinct ellipsoid pattern in my data. My question is: how can I convert all the information stored in the 3D matrix to a 3D coordinate system that has points where the ellipsoid resides in space? Thanks.
  1 个评论
Walter Roberson
Walter Roberson 2015-8-16
How did you imagesc() a 3D array, unless it just happened to have a third dimension of 3 and so would have been interpreted as an RGB array? imagesc() can only be used on arrays that are either 2 dimensions or are of length 3 in the third dimension.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Cartesian Coordinate System Conversion 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by