Plotting a signal between 8 and 15 sec
2 views (last 30 days)
Show older comments
Hi I need help plotting a signal between 8 and 15 sec. The signal is 3001x1, is simulated for 30 seconds and has a sampling time of 10ms. I can plot the signal with plot(u), but I don't get the signal in the range I want.
Thanks for any suggestions.
0 Comments
Answers (1)
M
on 31 Aug 2018
What is the problem exactly?
You have your signal u 3001x1, with a sampling time of 10ms. It means that u(1) is the value of the signal at t=0s and u(3000) is the signal at t=30s. So u(800) is the value at time = 8 sec, and u(800:1500) is the value between time t=8 sec to 15 seconds.
0 Comments
See Also
Categories
Find more on Spectral Measurements in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!