Ignore:
Timestamp:
Mar 31, 2010, 2:57:31 PM (14 years ago)
Author:
sommeria
Message:

plot_field: bug repaired for profiles
view_field: introduction of a edit uicontrol for text display (needs to be used)
rescaling of the figure to optimize space
uvmat: small bugs repaired, in particular for 3D fields
TODO: adapt proj_field for lines in 3D space

introduce volume objects and interpolate on 3D grid (griddata3)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/delete_object.m

    r71 r75  
    7373set(hlist_object,'Value',length(list_str))
    7474hlist_object=findobj(huvmat,'Tag','list_object_2');%handles of the object liçst in the uvmat interface
    75 set(hlist_object,'String',[list_str {'...'}])
     75set(hlist_object,'String',[list_str;{'...'}])
    7676set(hlist_object,'Value',length(list_str)+1)
Note: See TracChangeset for help on using the changeset viewer.