Attempt on readout serial monitor teensy separate values and place in columns please explain
1 次查看(过去 30 天)
显示 更早的评论
Dear support on my previous request/question on combining two strings of equal length that are separated by ;.
I tried to run this on Matlab Mobile to check on the functions randi and join function.
However this constitutes out of a bigger plan: namely: read in data like: https://youtu.be/bjho5Ax7kQc
From a teensy over a serial port, separate the data ( directly with ; or over a file) with the fopen function
The result should look like
Something like this Col1 ; Col2 ; Col3 ; Col4 ; Col5 ; Col6; Col7 ; Col8 ; Col9 ; Col10;
1 uCTusec ; timeMatlab; TempC1; till C4; CurrentA1 till A4 2 14; 12; 22.34; ...; 8.67A;21.34A...n 3 4 5 6 n
How can I achieve this best
0 个评论
回答(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!