‘matlab.System’ cannot be found in Signal Processing Toolbox Support Package for Linux IIO Devices
I am creating a standalone desktop app with Matlab compiler. My app utilizes the Signal Processing Toolbox Support Package for Linux IIO Devices with the matlabshared.libiio.sharedmem.read() function. When utilizing the compiler, it gives suggestions for files to be included and thus includes the read.p file. It gave a warning that dependencies for .p file cannot be scanned, which I think is relevant to the issue. When I try to launch the standalone app, I get the error: the specified superclass "matlab.System" contains a parse error, cannot be found on MATLAB’s search path, or is shadowed by a file with the same name. I don’t have much experience working with this package but my guess is that read.p references matlab.System. I am not sure how to resolve this. ThanksI am creating a standalone desktop app with Matlab compiler. My app utilizes the Signal Processing Toolbox Support Package for Linux IIO Devices with the matlabshared.libiio.sharedmem.read() function. When utilizing the compiler, it gives suggestions for files to be included and thus includes the read.p file. It gave a warning that dependencies for .p file cannot be scanned, which I think is relevant to the issue. When I try to launch the standalone app, I get the error: the specified superclass "matlab.System" contains a parse error, cannot be found on MATLAB’s search path, or is shadowed by a file with the same name. I don’t have much experience working with this package but my guess is that read.p references matlab.System. I am not sure how to resolve this. Thanks I am creating a standalone desktop app with Matlab compiler. My app utilizes the Signal Processing Toolbox Support Package for Linux IIO Devices with the matlabshared.libiio.sharedmem.read() function. When utilizing the compiler, it gives suggestions for files to be included and thus includes the read.p file. It gave a warning that dependencies for .p file cannot be scanned, which I think is relevant to the issue. When I try to launch the standalone app, I get the error: the specified superclass "matlab.System" contains a parse error, cannot be found on MATLAB’s search path, or is shadowed by a file with the same name. I don’t have much experience working with this package but my guess is that read.p references matlab.System. I am not sure how to resolve this. Thanks matlab.system, matlab compiler, linux iio MATLAB Answers — New Questions