Changeset 1177 for trunk/src/plot_field.m
- Timestamp:
- Mar 12, 2025, 8:13:18 PM (2 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plot_field.m
r1176 r1177 409 409 410 410 %% prepare the string for plot command 411 plotstr='hhh=plot('; 411 412 if isfield(PlotParam,'Type') 412 413 switch PlotParam.Type … … 417 418 case 'loglog' 418 419 plotstr='hhh=loglog('; 419 otherwise420 plotstr='hhh=plot(';421 420 end 422 421 end
Note: See TracChangeset
for help on using the changeset viewer.