Changeset 1175 for trunk/src/plot_field.m
- Timestamp:
- Mar 11, 2025, 9:51:39 PM (3 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plot_field.m
r1158 r1175 409 409 410 410 %% prepare the string for plot command 411 if isfield(PlotParam,'Type')&& strcmp(PlotParam.Type,'semilogx') 412 plotstr='hhh=semilogx('; 413 else 411 414 plotstr='hhh=plot('; 415 end 412 416 xtitle=''; 413 417 ytitle='';
Note: See TracChangeset
for help on using the changeset viewer.