Main Content

Troubleshooting inMATLABCompiler SDK

C/C++ Shared Libraries

Compilation Failures

You typically compile your MATLAB®code on a development machine, test the resulting executable on that machine, and deploy the executable andMATLAB Runtimeto a test or customer machine without MATLAB.

Testing Failures

After you have successfully compiled your application, the next step is to test it on a development machine and deploy it on a target machine.

Application Deployment Failures

After the application is working on the test machine, failures can be isolated in end-user deployment.

.NET Assemblies

Error Handling and Resource Management

Handle errors generated by MATLAB and manage resources explicitly.

Failure to Find MATLAB Runtime Files

View solutions to problems when files cannot be found.

Failure to Find MATLAB Classes

Solutions to problems when classes cannot be found

Diagnostic Messages

Diagnostic messages with suggestions about their cause

JavaPackages

Common MATLAB Compiler SDK Error Messages

CommonMATLAB Compiler SDK™error messages and associated workarounds.

Excel Add-Ins Deployed toMATLABProduction Server

XLA File Not Generated

Solution to.xlafile not being generated.

Server Configuration Add-in Not Enabled

Solution to enable Server Configuration add-in.

Error Using a Variable Number of Outputs

Solution to support variable number of outputs.