Textscan of a vector with spaces ("32")
Show older comments
Hi,
I have a vector:
Msg=[ 32 52 68 32 50 69 32 51 50 32 52 32 48 32 48 ...]
Now I want to make a textscan and write all values which are separated with a space ("32") and write them into a cell array.
Info: "Msg" is only one vector from an incomming Data matrix.
Question: How can i use the syntax "textscan" for my incomming data, or is there another syntax for scanning a vector for scaces("32") and write them into a cell array?
Accepted Answer
More Answers (0)
Categories
Find more on Characters and Strings 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!