Function int2bit not found

21 views (last 30 days)
Alessio Antolini
Alessio Antolini on 14 Jun 2022
Answered: DGM on 14 Jun 2022
Dear all,
I am using a full academic licence of Matlab/Simulink, and I ofter need to use
int2bit(int, m);
bit2int(int);
functions.
In case I use a Windows environment I get no problems, whereas in my MAC laptop Matlab does not find those functions.
What is the prolem?
Thanks in advance.

Answers (1)

DGM
DGM on 14 Jun 2022
int2bit() was introduced in R2021b. If you're using R2019b, it's not available.

Categories

Find more on Help and Support in Help Center and File Exchange

Products


Release

R2019b

Community Treasure Hunt

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

Start Hunting!