Convert cell array containing hex and scientific notation into hex
Ältere Kommentare anzeigen
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.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Data Type Conversion finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!