The help file for TypeConversion seems to have a problem. That MATLAB file shows:
function M = type_conversion_module(NAME, OUTPUTTYPE)
% M = float_to_fract32_module(NAME, OUTPUTTYPE)
Looks like the module name changed but the comments did not, thus the MATLAB Usage section of the documentation is not correct.
3:11pm
Thanks again, Darrel. The proper MATLAB usage should of course be: 'M=type_conversion_module(NAME, OUTPUTTYPE)'
We have recently done a pass through of every module's MATLAB usage documentation and cleaned up all issues found. The improved documentation will be available in the next installer.
-Axel