Live Transmission of Arduino Serial Plotter data to Matlab help

조회 수: 3 (최근 30일)
Princess Ilo
Princess Ilo 2024년 4월 4일
I am using the Myoware with two Artemis RedBoards which are set up as Peripheral and Central
Now I want to live transmit the data from the Myoware to Matlab for signal processing but it is not connecting.
I tried downloading the MATLAB Support Package for Arduino Hardware and the hardware setup pops up
How should I proceed from here? I am using R2021b
Any help you can give will be appreciated
I have tried skipping this step and programming
s = serial('COM9');
fopen(s); <- This line gave an error
val=fscanf(s)

답변 (1개)

MathWorks MATLAB Hardware Team
MathWorks MATLAB Hardware Team 2024년 4월 15일
Hi,
Thank you for reaching out.
Currently, the MATLAB Support Package for Arduino hardware does not include support for Artemis RedBoards.
For your specific needs, you might find the following approach useful:
Thanks,
MATLAB Hardware Team
MathWorks

카테고리

Help CenterFile Exchange에서 Arduino Hardware에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by