在 MATLAB 中获取连续输入
我想每 10 到 15 秒将数据从蓝牙导入 Matlab。我想出了一种通过蓝牙将数据传输到 Matlab 的方法。我面临的问题是我希望 Matlab 在一段时间间隔后执行一组命令以从蓝牙获取输入。我该怎么做?
I want to take data from bluetooth into Matlab every 10 to 15 seconds. I figured out a way to transfer data to Matlab via bluetooth. The problem I am facing is that I want Matlab to execute a set of commands after a time interval to take input from bluetooth. How can I do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以创建一个 TIMER OBJECT,设置为每 10 到 15 秒执行一次收集和处理数据的函数。
You could create a TIMER OBJECT, that you set to execute a function that collects and processes data every 10 to 15 seconds.