octal number to binary conversion

2 次查看(过去 30 天)
I need to design a simulink model that conerts my 3 digit octal number to binary

采纳的回答

Walter Roberson
Walter Roberson 2018-3-20
Use https://www.mathworks.com/help/simulink/slref/directlookuptablend.html. The octal number is the input and you would have a 2D table, which would lead to a vector result. If I understand the documentation, you would provide the table data with three rows, and the first column would be for input value 0, the second column for input value 1, and so on.

更多回答(0 个)

类别

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

Community Treasure Hunt

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

Start Hunting!

Translated by