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!