How do I display proportions of 3 materials per cell in a 10x10 grid?
古いコメントを表示
So here is a basic example:
Suppose I know the make-up of 100 different places on a big slab of rock (in a 10x10 grid). The rock is made of 3 materials. the amount of each material is different at each spot on the rock.
say the three materials are iron, aluminum and copper. One place might be 22% copper, 43% iron and 35% aluminum, and another place could be 58% copper, 12% iron and 30% aluminum.
I know the percentages of each material at each spot.
How could I represent that information in one image? I want to show how much of what is where inside the rock.
I can easily represent one material at a time using a 3D surface with z as the percentage of that material and x and y as a 10x10 grid. But I need to show all three at each point. 2D or 3D it doesn't matter.
If I'm not being clear enough just let me know.
Any help will be much appreciated, I really need to get this done right away. Thanks
採用された回答
その他の回答 (1 件)
カテゴリ
ヘルプ センター および File Exchange で Material Sciences についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!