matlab not generating function_name.exe after deployment on .NET

조회 수: 10 (최근 30일)
Esi
Esi 2014년 12월 16일
답변: Titus Edelhofer 2014년 12월 16일
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.

답변 (2개)

Image Analyst
Image Analyst 2014년 12월 16일
Did you tell it to make a standalone Windows program? What does your mcc line look like?
  댓글 수: 1
Esi
Esi 2014년 12월 16일
Thank you, What I did is: I wrote deplytool in matlab command window, it displays a window with tools, I chose "create new deployment project" then "matlab Builder NE" > .NET component Then it creates Untitled folder in which I added the function. Then, Build the project, and when finished "package the project" The result is "untitled_pkg.exe" which installed , when launched, the MRC. ps: I've matlab2009a.

댓글을 달려면 로그인하십시오.


Titus Edelhofer
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

카테고리

Help CenterFile Exchange에서 MATLAB Coder에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by