Changeset 434 for trunk/src/plot_field.m
- Timestamp:
- May 29, 2012, 11:02:08 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plot_field.m
r429 r434 227 227 if ~isempty(htext) 228 228 if isempty(index_0D) 229 set(htext,'String',{''}) 229 if strcmp(get(htext,'Type'),'uitable') 230 set(htext,'Data',{}) 231 else 232 set(htext,'String',{''}) 233 end 230 234 else 231 235 [errormsg]=plot_text(Data,CellVarIndex(index_0D),VarType(index_0D),htext);
Note: See TracChangeset
for help on using the changeset viewer.