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!