フィルターのクリア

How can I use the function millis() for Arduino in Matlab?

17 ビュー (過去 30 日間)
Kim Soltau
Kim Soltau 2019 年 6 月 12 日
コメント済み: Walter Roberson 2019 年 6 月 12 日
Hello,
I want to use a function like millis() in Matlab to control my Arduino MEGA without delay.
I have the Arduino Support Package, but when I want to use "millis()", there is an error "undefined function".
Is there a function with the same functions in Matlab?
Thanks for your help!

回答 (2 件)

Walter Roberson
Walter Roberson 2019 年 6 月 12 日
You can look at etime or at tic and toc,
However there is no way to control arduino without delay.
In particular the standard connection of serial over USB can be fired at most 1000 times per second and typically less. It is common for people to have difficulty exceeding 40 Hz unless they write custom code on the arduino side.
In theory you might be able to achieve lower latency with an Ethernet connection, but I do not mean wireless.

Vishnu Vardhan
Vishnu Vardhan 2019 年 6 月 12 日
編集済み: Walter Roberson 2019 年 6 月 12 日
you can use temporalCount() function.
  1 件のコメント
Walter Roberson
Walter Roberson 2019 年 6 月 12 日
I am not clear how knowing the number of times a chart has woken up helps control an arduino??

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeArduino Hardware についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by