matlab not generating function_name.exe after deployment on .NET
10 ビュー (過去 30 日間)
古いコメントを表示
I've deployed my function to (untitled4_pkg.exe), when executing this file, it installs Matlab Runtime Compiler on hard drive, and it generates function_name.dll on C:\Users\Neina\Documents\MATLAB\Untitled4\distrib .
but what I wanted to have is function_name.exe so that I can call it in my php script.
How can I do this?
thnx for help.
0 件のコメント
回答 (2 件)
Image Analyst
2014 年 12 月 16 日
Did you tell it to make a standalone Windows program? What does your mcc line look like?
Titus Edelhofer
2014 年 12 月 16 日
Hi,
If you want to have a .exe to be called you should select this when creating the project with deploytool. Don't select .NET component but something like "console application".
Titus
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!