You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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 .
General Information
- Version 1.0.0 (34.6 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0 |