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');
Cite As
Siyabonga Mthembu (2026). Systems (https://www.mathworks.com/matlabcentral/fileexchange/129604-systems), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2022b
Compatible with any release
Platform Compatibility
Windows macOS LinuxTags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0 |