how to use""\langle〈 and \rangle 〉 "" in matlab?
20 views (last 30 days)
Show older comments
PLACEIUS NISHIGA G
on 31 Jan 2018
Commented: PLACEIUS NISHIGA G
on 31 Jan 2018
the function is used to convert the binary sequence into 24 integers in which each one is produced by 8 binary bits.
2 Comments
Accepted Answer
Walter Roberson
on 31 Jan 2018
bin2dec(char('0'+reshape(bits, 8, 24).'))
... but what does this have to do with the angle brackets?
0 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!