Changeset 405 for trunk/src/plot_field.m
- Timestamp:
- May 1, 2012, 10:08:36 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plot_field.m
r404 r405 880 880 set(hima,'YData',AY); 881 881 end 882 % set the transparency to 0.5 if vectors are also plotted 883 if test_vec 884 set(hima,'AlphaData',0.5) 885 else 886 set(hima,'AlphaData',1) 887 end 882 888 end 883 889 test_ima=1;
Note: See TracChangeset
for help on using the changeset viewer.