Changeset 42 for trunk/src/plot_field.m


Ignore:
Timestamp:
Mar 10, 2010, 7:43:51 PM (14 years ago)
Author:
sommeria
Message:

-proj_field, plot_field, civ_3D: bug repair for 3D3C velocity fields (not finished)
-check_function: introduce try/catch for function datenum (error with french systems)
-cleaning of warndlg_uvmat in different fcts (replaced by msgbox_uvmat)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/plot_field.m

    r19 r42  
    10161016        test_lim=0;
    10171017        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)]
    10201021            test_lim=1;
    10211022            if test_ima%both background image and vectors coexist, take the wider bound
Note: See TracChangeset for help on using the changeset viewer.