79271222

Date: 2024-12-11 09:56:52
Score: 2
Natty:
Report link

bode in appdesigner

        %% Bode Magnitude Plot  %%
        optMAG=bodeoptions;
        optMAG.PhaseVisible='off';
        bodeplot(app.BodeMagAxes,H,optMAG)

        %% Bode Phase Plot  %%
        opt=bodeoptions;
        opt.MagVisible='off';
        bodeplot(app.BodePhaseAxes,H,opt)
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ester Luzhin