Convert cell array containing hex and scientific notation into hex
古いコメントを表示
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.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Data Type Conversion についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!