t = linspace(0,.05,1e3)';
din = 0.25sin(2pit100)+0.25;
din(500:end) = din(500:end)+.1; % the duty cycle profile
rin = linspace(4,12,length(t))';
rin(500:end) = rin(500:end)+3;
rin(100:200) = 6.6; % the load profile
yyaxis left
plot(t,din)
xlabel('Time (s)')
ylabel('Duty Cycle')
yyaxis right
plot(t,rin)
ylabel('Resistive Load (Ohm)')
title('Scheduling Parameter Profiles for Simulation')
LPV Approximation of a Boost Converter Model