Changeset 215 for trunk/src/set_object.m
- Timestamp:
- Mar 8, 2011, 11:36:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/set_object.m
r213 r215 276 276 z_new={}; 277 277 if isequal(get(handles.ZObject,'Visible'),'on') 278 data.NbDim=3; %test 3D object278 %data.NbDim=3; %test 3D object 279 279 Zcolumn=get(handles.ZObject,'String'); 280 280 if ischar(Zcolumn) … … 766 766 767 767 %% plot the field projected on the object and store in the corresponding figue 768 'TESTproj' 769 UvData.Field 770 ObjectData 771 ProjData= proj_field(UvData.Field,ObjectData)%project the current interface field on ObjectData 768 ProjData= proj_field(UvData.Field,ObjectData);%project the current interface field on ObjectData 772 769 PlotParam=read_plot_param(PlotHandles); 773 770 [PlotType,Object_out{IndexObj}.PlotParam,plotaxes]=plot_field(ProjData,plotaxes,PlotParam);%update an existing field plot
Note: See TracChangeset
for help on using the changeset viewer.