🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

How to convert int to matrix ?

User: "Jeff_wu"
Altair Community Member
Updated by Jeff_wu

Hi Teams,

I have a binary number that I want to convert into a matrix, ex. 1110-> [1,1,1,0]

How to create it ?

Thanks.

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Ric_22025"
    Altair Employee
    Accepted Answer
    Updated by Ric_22025

    Hi Robert,

    I'm attaching an example that shows one way of doing this.  There is a limitation on the input signal being 4 bits, but you could easily expand this.  I've used a few blocks that you may not be familiar with, the "shift" operator, the matrix assign block, and the expression block.  You can read the "help" on any of these blocks for a more complete explanation.  Let me know if you need additional help.

    Ric