Systems

my work

You are now following this Submission

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 .

Tags

Add Tags

Add the first tag.

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0