Changeset 85 for trunk/src/plot_field.m


Ignore:
Timestamp:
Apr 25, 2010, 9:46:07 PM (14 years ago)
Author:
sommeria
Message:

uvmat;fig: cleaning out of buttons for mask record
view_field, write_plot_param: improve plot by view_field (projection)
uvmat: bug fixing for yellow coloring of buttons, improve switch from velocity to images
find_field_indices: bug fix for NbDim?
name_generator: help comments improved
civ: bugs corrected for BATCH button colouring

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/plot_field.m

    r82 r85  
    195195    ind_select=find(NbDim>=2);
    196196    if numel(ind_select)>2
    197         msgbox_uvmat('ERROR',['more than two fields to map'])
    198         display(['more than two fields to map'])
     197        msgbox_uvmat('ERROR','more than two fields to map')
     198        display('more than two fields to map')
    199199        return
    200200    end
Note: See TracChangeset for help on using the changeset viewer.