Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
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 .
Informations générales
- Version 1.0.0 (34,6 ko)
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 |