I need to design a simulink model that conerts my 3 digit octal number to binary

 채택된 답변

Walter Roberson
Walter Roberson 2018년 3월 20일

0 개 추천

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개)

카테고리

도움말 센터File Exchange에서 Elementary Math에 대해 자세히 알아보기

질문:

2018년 3월 20일

댓글:

2018년 4월 9일

Community Treasure Hunt

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

Start Hunting!

Translated by