7 lines
117 B
Plaintext
7 lines
117 B
Plaintext
|
|
function [ output_args ] = plotAndComparison( rVolt,rVAngel,SEVolt,SEVAngel )
|
||
|
|
x=1:length(rVolt);
|
||
|
|
plot(x,rVolt)
|
||
|
|
|
||
|
|
end
|
||
|
|
|