face={'face1','face2','face3'}
x=1:3 % corresponding to face1,face2 and face3
y=1:3 %corresponding to face1, face2 and face3
[xx,yy]=meshgrid(x,y)
zz=[ 0.18 0.04 0.147
0.04 0.01 0.001
0.12 0.007 0.157]
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!