How to convert 3D points to 3D solid with Color contour?

I have 3 D points representing an output with color contour. How to convert the points in to an enclosed solid with same contour?

Antworten (1)

Walter Roberson
Walter Roberson am 8 Mär. 2018

0 Stimmen

You appear to have a cuboid of data. You can reshape() your data list and permute() as needed. Your third dimension z appears to be length 7 and vary most quickly in the list, your first dimension appears to vary second most often, and your y appears to vary most slowly.
If you are having trouble with the reshape and permute then griddedInterpolant could be used, or you could use unique() to determine indices and use accumarray to do the assignments.

Kategorien

Mehr zu Contour Plots finden Sie in Hilfe-Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by