stateestimation-ipm/plotAndComparison.asv

7 lines
117 B
Plaintext
Raw Normal View History

function [ output_args ] = plotAndComparison( rVolt,rVAngel,SEVolt,SEVAngel )
x=1:length(rVolt);
plot(x,rVolt)
end