Convert cell array containing hex and scientific notation into hex
Show older comments
I have 4-digit hex data coming in that sometimes displays all numeric hex entries as scientific notation, for exaple:
Sample = {'4a3';'8.00E+1';'3f00';'503'}
I need the data to be all hex. Does anyone know of an efficient way to to convert scientific notation stored as a string in a cell array to hex? Thank you in advance.
Accepted Answer
More Answers (0)
Categories
Find more on Data Type Conversion in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!