Vectors need to be same length

1 次查看(过去 30 天)
%%Plotting
time = (0:fps:length(fz)-fps)';
figure(i);
plot (time,fz);
For some reason I cannot get this to work, I have tried to specify that the time has to be the same length as the variable fz starting at 0.
fps = frames per second which is a value of 0.001

采纳的回答

James Tursa
James Tursa 2014-5-15
编辑:James Tursa 2014-5-15
time = fps*(0:(length(fz)-1))'

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Line Plots 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by