Changeset 34 for trunk/src/series.m


Ignore:
Timestamp:
Mar 3, 2010, 11:58:05 PM (14 years ago)
Author:
sommeria
Message:

get_field: list of actions put as functions in subdir get_field (like done for series), store and retrieve the latest opened files.
series: bug repair for action functions
read_get_field: bug repair for the case of vectors with unstructured coordinates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series.m

    r32 r34  
    135135menu_str={'check_files';'aver_stat';'time_series';'merge_proj';'clean_civ_cmx'};
    136136nb_builtin=numel(menu_str); %number of functions
    137  
    138 %remove from the list the last option 'more...'
    139137[path_series,name,ext]=fileparts(which('series'));
    140 path_series=fullfile(path_series,'/series');%path of the function 'series'
     138path_series=fullfile(path_series,'series');%path of the function 'series'
    141139
    142140for ilist=1:length(menu_str)
    143141    fct_path{ilist,1}=path_series;%paths of the fuctions buil-in in 'series.m'
    144142end
    145 dir_perso=prefdir;
     143% read the list of functions stored in the personal file 'uvmat_perso.mat' in prefdir
     144dir_perso=prefdir;
    146145profil_perso=fullfile(dir_perso,'uvmat_perso.mat');
    147146if exist(profil_perso,'file')
Note: See TracChangeset for help on using the changeset viewer.