quickest way to convert hex to a 16 bit signed integer
古いコメントを表示
looking for the quickest way to convert 16 bit hex into a singed 16 bit int
performance is key here.
I was doing it with a type cast before but appears very slow
Anyone have any ideas?
1 件のコメント
James Tursa
2021 年 7 月 29 日
Please provide details of exact input and desired output. Is the hex in a char array? What size? What is the exact code you have tried so far?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Tables についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!