I need help with a signal in real time
4 次查看(过去 30 天)
显示 更早的评论
Hello everybody
I'm taking a signal using an Arduino UNO and Matlab and I need to change X axe in function of the time. For example, if the time is 10 seconds, the X axe change every 10 seconds in a new figure each time.
0 个评论
采纳的回答
Madhu Govindarajan
2019-5-2
Have you tried using tic and toc functions to measure time elapsed and then opening a new figure using the figure function if time is greater than 10 seconds (using something like if toc > 10). It is going to be hard to make it exactly 10 seconds.
HTH,
Madhu
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 MATLAB Support Package for Arduino Hardware 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!