How to convert MATLAB scripts convert int to DLL file?

 Accepted Answer

Using MATLAB Compiler SDK, you can compile dll files of C/C++ or .NET from matlab scripts.
This answer might help you.

More Answers (1)

Thanks for reply , but how to get dll file after Package generation.

1 Comment

After compiling, dll file is found in "for_redistribution_files_only" and "for_testing" folders. This dll file is the same dll which will be installed from the installer exe file under "for_redistribution".

Sign in to comment.

Categories

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!