Changeset 213 for trunk/src/get_field.m
- Timestamp:
- Mar 4, 2011, 12:07:38 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/get_field.m
r204 r213 63 63 %% prepare the list of RUN fcts and set their paths 64 64 % functions included by default in 'get_field.m 65 menu_str={'PLOT';'FFT';'filter_band' ;'histogram'};65 menu_str={'PLOT';'FFT';'filter_band'}; 66 66 nb_builtin=numel(menu_str); 67 67 path_uvmat=fileparts(which('uvmat'));%path of the function 'uvmat' … … 627 627 return 628 628 else 629 perm_ind= [1:nbdim];629 perm_ind=1:nbdim; 630 630 end 631 631 if nbdim==3 … … 836 836 function plot_get_field(SubField,handles) 837 837 %------------------------------------------------------------------------ 838 list_fig=get(handles.list_fig,'String') 838 list_fig=get(handles.list_fig,'String'); 839 839 val=get(handles.list_fig,'Value'); 840 840 if strcmp(list_fig{val},'uvmat')
Note: See TracChangeset
for help on using the changeset viewer.