Changeset 73 for trunk/src/plot_field.m
- Timestamp:
- Mar 30, 2010, 11:50:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plot_field.m
r72 r73 455 455 end 456 456 if test_newplot && ~isequal(plotstr,'plot(') 457 plotstr=[plotstr '''tag'',''plot_line'') ']457 plotstr=[plotstr '''tag'',''plot_line'');']; 458 458 %execute plot (instruction plotstr) 459 459 eval(plotstr) … … 914 914 vec_U=reshape(vec_U,1,numel(vec_U)); 915 915 vec_V=reshape(vec_V,1,numel(vec_V)); 916 MinMaxX=max(vec_X)-min(vec_X) 917 MinMaxY=max(vec_Y)-min(vec_Y) 916 MinMaxX=max(vec_X)-min(vec_X); 917 MinMaxY=max(vec_Y)-min(vec_Y); 918 918 AxeData.Mesh=sqrt((MinMaxX*MinMaxY)/length(vec_X)); 919 919 if ~isfield(PlotParam.Vectors,'AutoVec') || isequal(PlotParam.Vectors.AutoVec,0)|| ~isfield(PlotParam.Vectors,'VecScale')...
Note: See TracChangeset
for help on using the changeset viewer.