Changeset 107 for trunk/src/civ.m


Ignore:
Timestamp:
Jul 26, 2010, 11:20:39 PM (14 years ago)
Author:
sommeria
Message:

aver_stat and time_series: bug repairs for reading images, for time series, the projection of images on a line now works
get_field: various bug repairs, export field on work space activated
struct2nc and struct2nc_toolbox.m: small bug repaired
nomtype2pair: test on string input introduced to avoid error
cell2tab: test on multiline input introduced
civ: pb about cell repair (bug with recent versions of matlab)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/civ.m

    r100 r107  
    752752set(handles.list_subdir_civ1,'Value',1)
    753753set(handles.list_subdir_civ2,'Value',1)
    754 set(handles.list_subdir_civ1,'String',['browse...';listdir])
    755 set(handles.list_subdir_civ2,'String',['browse...';listdir])
     754set(handles.list_subdir_civ1,'String',[{'browse...'};listdir])
     755set(handles.list_subdir_civ2,'String',[{'browse...'};listdir])
    756756%check wether the current subdir exists:
    757757subdir_civ1=get(handles.subdir_civ1,'String');
Note: See TracChangeset for help on using the changeset viewer.