testing
[wrf-fire-matlab.git] / femwind / plot_sub.m
blobfc59f352e9f7b0d37baa1dcfde04911f6680a9b3
1 function plot_sub(X,K,i)
2 % plot_sub(X,K,i)
3 % plot submatrix of K for element i=[i1 i2 i3] from the mesh X{1} X{2} X{3}
4 p=hexa_sub(X,K,i);
5 hexa_plot(p.X,p.X,p.S2);