Hello there, We receive data from Arduino in series. We are trying to save this data in Matlab Guı as a .mat file with push button. Can you help with this?
조회 수: 2 (최근 30일)
이전 댓글 표시
Hello,
We receive data from Arduino in series. We are trying to save this data in Matlab Guı as a .mat file with push button. Can you help with this?
댓글 수: 0
답변 (1개)
Andreas Bernatzky
2019년 4월 20일
Hey Merve,
you have to access the serial port where your arduino is connected.
That video should help: https://www.youtube.com/watch?v=voIFGj_JSWU
saving Data should not be a problem just use save() command
참고 항목
카테고리
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!