octal number to binary conversion

2 vues (au cours des 30 derniers jours)
Bhargavi G S
Bhargavi G S le 20 Mar 2018
Commenté : Bhargavi G S le 9 Avr 2018
I need to design a simulink model that conerts my 3 digit octal number to binary

Réponse acceptée

Walter Roberson
Walter Roberson le 20 Mar 2018
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.

Plus de réponses (0)

Catégories

En savoir plus sur Elementary Math dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by