Systems

my work

Vous suivez désormais cette soumission

clc
figure
b=plot(out.Sig_1.time,out.Sig_1.signals(1).values,'r');
set(b ,'LineWidth', 2)
hold off
%plot(out.Sig_1.time,out.Sig_1.signals(2).values,'k-.','LineWidth',2)
%hold off
%title('MyPlot')
xlabel('Time (sec)')
ylabel('Output Power (MW)')
grid on
%xlim([0 2])
%ylim([0 1.01])
ax=gca;
ax.FontSize=12;
ax.FontName='TimesNewRoman';
ax.FontWeight='bold'
ax.GridLineStyle='--';
ax.GridColor='k';
%ax.GridLineWidth=1.5;
ax.GridAlpha=1;
legend('Input-A','Input-B');

Citation pour cette source

Siyabonga Mthembu (2026). Systems (https://fr.mathworks.com/matlabcentral/fileexchange/129604-systems), MATLAB Central File Exchange. Extrait(e) le .

Add the first tag.

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
1.0.0