MATLAB: HexToBinaryVector does not work on the Matlab R2015b (Academic License )on Linux? Surprisingly, it works on Windows 7 and 8 !

When I try to convert some hex numbers into binary using hexToBinaryVector command on Linux, it does not work. When I type help hexToBinaryVector, no information is available. But it perfectly works on Windows 7 and 8. I wonder what the problem is!

Best Answer

This is not a question of linux versus windoze.
That function is part of the data acquisition toolbox. If you lack that toolbox, then how would you expect it to work?
So, you need to verify that you do indeed have that toolbox. Somehow, I don't think so. At the commandline in MATLAB, type
ver
Check that the data acquisition toolbox is installed. If not, then check if you should have a license, and perhaps did not install the TB correctly. If no license, then buy a copy of the needed toolbox.
Related Question