sam
2013-05-04 16:07:09 UTC
Hello every one, I have MATLAB 2010a , when I try to Convert binary vector value to hexadecimal by using this command "binaryVectorToHex([0 0 1 1 1 1 0 1])" . I get this error .. please any one have solution this error.
Is this function "binaryVectorToHex" , just available in MATALB 2013a ?
Thank you..
the example:
aa=binaryVectorToHex([0 0 1 1 1 1 0 1])
??? Undefined variable "daq" or class "daq.ConversionUtility".
Error in ==> binaryVectorToHex at 33
conversionUtility = daq.ConversionUtility;
-------------------------
Is this function "binaryVectorToHex" , just available in MATALB 2013a ?
Thank you..
the example:
aa=binaryVectorToHex([0 0 1 1 1 1 0 1])
??? Undefined variable "daq" or class "daq.ConversionUtility".
Error in ==> binaryVectorToHex at 33
conversionUtility = daq.ConversionUtility;
-------------------------