Changeset 8298 for issm/trunk/src/m/model/plot/plot_qmumean.m
- Timestamp:
- 05/16/11 15:01:42 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/model/plot/plot_qmumean.m
r5561 r8298 48 48 49 49 %now, project onto vertices 50 responses_on_ grid=responses(md.part+1);50 responses_on_node=responses(md.part+1); 51 51 52 52 %plot 53 53 A=elements(:,1); B=elements(:,2); C=elements(:,3); 54 patch( 'Faces', [A B C], 'Vertices', [x y z],'FaceVertexCData', responses_on_ grid,'FaceColor','interp','EdgeColor',edgecolor);54 patch( 'Faces', [A B C], 'Vertices', [x y z],'FaceVertexCData', responses_on_node,'FaceColor','interp','EdgeColor',edgecolor); 55 55 56 56 %apply options
Note:
See TracChangeset
for help on using the changeset viewer.