MATLAB: Problem in making standalone application for “sdrrFMRec​eiverExamp​le.m” from Communications System Toolbox Support Package for RTL-SDR Radio.

standalone application for rtl-sdr example

Problem in making standalone application using deploytool for "sdrrFMReceiverExample.m" from Communications System Toolbox Support Package for RTL-SDR Radio.
Following are error log file :
Undefined function or variable 'registerrealtimecataloglocation'. Error in setupsdrr Error in sdrr_mapiPrivate (line 2 Error in sdrr_openDataConnection (line 6) Error in comm.SDRRTLReceiver/connect Error in comm.SDRRTLReceiver/setupImpl Error in fmrx (line 45) MATLAB:UndefinedFunction
But i am able to generate MEX file for the above example.
Matlab version : 2016a, OS : Windows-10 RTL-SDR H/w : NooElec , R820T2 SDR & DVB-T
Can anyone help me to solve this probelm?

Best Answer

MATLAB Compiler support for RTL-SDR support package is enabled in R2017b. See Release Notes for more detail.
Related Question