Creating Standalone Matlab Application That Connects to MYSQL -


I have quite a few matlab scripts that connect to a MYSQL database to retrieve or update the table. I need to create a standalone application from Matlab scripts.

I want to know whether it is possible to create a multiple MATLAB application that connects to the matlab compiler via the matlab compiler or I will have an alternative method to find.

If there is an option, can you suggest it?

I am using Matlab 8 with the Database Toolbox to connect to SQL.

Yes, you use the MATLAB compiler to make a standalone executable from your MATLAB application Should be enabled for Database toolbox is supported by the MATLAB compiler, and any access to MySQL that works successfully in your MATLAB application should work in your standalone executable.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -