8bit binary sub string to unsigned integer in matlab

3 visualizaciones (últimos 30 días)
Jimmy cho
Jimmy cho el 8 de Ag. de 2020
Respondida: James Tursa el 8 de Ag. de 2020
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.

Respuestas (1)

James Tursa
James Tursa el 8 de Ag. de 2020

Categorías

Más información sobre Logical en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by