How to a='10101111' convert array b=[1,0,1,0,1,1,1,1]
2 views (last 30 days)
Show older comments
a is char type
0 Comments
Answers (2)
Subhadeep Koley
on 18 Dec 2020
Edited: Subhadeep Koley
on 18 Dec 2020
charArray = '10101111';
newCharArray = double((charArray == '1'));
0 Comments
See Also
Categories
Find more on Data Type Conversion 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!