Changeset 42 for trunk/src/plot_field.m
- Timestamp:
- Mar 10, 2010, 7:43:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plot_field.m
r19 r42 1016 1016 test_lim=0; 1017 1017 if test_vec 1018 Xlim=[min(vec_X) max(vec_X)]; 1019 Ylim=[min(vec_Y) max(vec_Y)]; 1018 'TESTplot' 1019 Xlim=[min(vec_X) max(vec_X)] 1020 Ylim=[min(vec_Y) max(vec_Y)] 1020 1021 test_lim=1; 1021 1022 if test_ima%both background image and vectors coexist, take the wider bound
Note: See TracChangeset
for help on using the changeset viewer.