MATLAB to CPP code
In MATLAB, it is quite convenient to implement reading binary files with data types that are not several-integer-number of bytes, like
data = fread(fid, fsize, ‘bit12’);
I feel extremely frustrated about how to correctly convert this expression to C++ code?In MATLAB, it is quite convenient to implement reading binary files with data types that are not several-integer-number of bytes, like
data = fread(fid, fsize, ‘bit12’);
I feel extremely frustrated about how to correctly convert this expression to C++ code? In MATLAB, it is quite convenient to implement reading binary files with data types that are not several-integer-number of bytes, like
data = fread(fid, fsize, ‘bit12’);
I feel extremely frustrated about how to correctly convert this expression to C++ code? matlab and cpp MATLAB Answers — New Questions