MATLAB: Using coder to convert audioread which needs to read only wav file to mex c file

matlab coder

I have been trying to convert my matlab code to c. This inbuilt function audioread i want to convert. It need to read only wav format and give the output matrix. how can i modify the audioread.m file so that i address the problem which says import statements are not currently supported. codegen only supports cell operation for varargin and varargout and try catch

Best Answer

doc coder.extrinsic