Changeset 1048 for trunk/src/plot_field.m
- Timestamp:
- Jun 4, 2018, 8:00:50 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plot_field.m
r1045 r1048 410 410 %loop on input fields 411 411 for icell=1:numel(CellInfo) 412 VarIndex= CellInfo{icell}.YIndex;% indices of the selected variables in the list data.ListVarName412 VarIndex=[CellInfo{icell}.YIndex CellInfo{icell}.YIndex_discrete];% indices of the selected variables in the list data.ListVarName 413 413 coord_x_index=CellInfo{icell}.XIndex; 414 414 coord_x_name{icell}=data.ListVarName{coord_x_index}; … … 442 442 end 443 443 end 444 if isfield(CellInfo{icell},' VarIndex_discrete')444 if isfield(CellInfo{icell},'YIndex_discrete')&& ~isempty(CellInfo{icell}.YIndex_discrete) 445 445 charplot_0='''+'''; 446 446 else
Note: See TracChangeset
for help on using the changeset viewer.