8bit binary sub string to unsigned integer in matlab

3 次查看(过去 30 天)
Hi guys, Im trying to implement a function that its input is 8bit substring and output is a unsigned integer number of the given 8bit substring, in other words I want to
implement a function that give it binary substring byte (8bit binary number substring - its type is string) and output is an unsigned integer that this substring valued !
for example: lets assume I have this input: substring='00000001' => output=1 in unsigned integer (unsigned decimal) , I mean by unsigned .. there's no negative ..
could anyone help me how can I implement that in matlab?
lets assume that the function is called conversion(input1) , and input1 is the given binary substring as I showed in my example above.

回答(1 个)

James Tursa
James Tursa 2020-8-8

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by