Changeset 848
- Timestamp:
- Jan 15, 2015, 6:09:34 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plot_field.m
r822 r848 958 958 A = interp2(X,Y,double(A),xi,yi'); 959 959 end 960 % create new image if thereno image handle is found960 % create new image if no image handle is found 961 961 if isempty(hima) 962 962 tag=get(haxes,'Tag');
Note: See TracChangeset
for help on using the changeset viewer.