Byte to Long in Matlab

조회 수: 4 (최근 30일)
Karthick Jonagadla
Karthick Jonagadla 2016년 1월 13일
댓글: Karthick Jonagadla 2016년 1월 13일
I have a byte vector a = [166;123;34;85], I want to convert this to long. I did this in C# using BitConverter.ToInt32 but not able to figure out a way in Matlab. The answer to this is known i.e. 1428323238 Please help.

채택된 답변

Walter Roberson
Walter Roberson 2016년 1월 13일
typecast(uint8(a), 'int32')

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by