how can I find a short int array from a long int array
Show older comments
Now I have a long int array including some short array such beginning with 55 and ending 00, whose length was 10, but the contents between 55 and 00 could not be recognized for they were send from serial port. How could I extract those short arrays from the long array? Thanks!
4 Comments
Walter Roberson
on 30 Apr 2017
How did you do the reading of the serial port?
wenlong
on 30 Apr 2017
Walter Roberson
on 30 Apr 2017
How are you doing the reading from the text file? The details might matter.
wenlong
on 30 Apr 2017
Accepted Answer
More Answers (0)
Categories
Find more on Data Import from MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!