Changeset 74 for trunk/src/plot_field.m
- Timestamp:
- Mar 31, 2010, 12:39:26 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plot_field.m
r73 r74 998 998 colorlist(nbcolor,:)=[0 0 0]; %add black to the list of colors 999 999 if ~isempty(ivar_FF) 1000 ind_flag=find(vec_F~=1 & vec_F F==0); %flag warning but not false1000 ind_flag=find(vec_F~=1 & vec_F~=0 & vec_FF==0); %flag warning but not false 1001 1001 else 1002 ind_flag=find(vec_F~=1 );1002 ind_flag=find(vec_F~=1 & vec_F~=0); 1003 1003 end 1004 1004 col_vec(ind_flag)=nbcolor;
Note: See TracChangeset
for help on using the changeset viewer.