필터 지우기
필터 지우기

generating executable file

조회 수: 2 (최근 30일)
Haris Hameed
Haris Hameed 2012년 5월 16일
Hi i am using the follwoing command to generate executable file
mcc -o executable-name -m main-program.m
it is generating exe file but when i run this exe file on a system that has no matlab it does not work and ask for some dll. so how to generate such an exe file which works without matlab installed

답변 (1개)

Geoff
Geoff 2012년 5월 16일
You must install the MCR on that system.
Search your matlab installation tree for MCRInstaller.exe
On my system it is in C:\Program Files\MATLAB\R2011b\toolbox\compiler\deploy\win64
  댓글 수: 3
Geoff
Geoff 2012년 5월 16일
Try running it directly from the DOS console. I don't use deploy tool so I can't comment. I think I tried it once and hated it. I just mcc my file, copy the EXE to my target machine and run it from the console.
Kaustubha Govind
Kaustubha Govind 2012년 5월 16일
If using deploytool tool, choose Console Application, instead of Windows Standalone Application if you do not want the MS-DOS console to be suppressed.

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

카테고리

Help CenterFile Exchange에서 Standalone Applications에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by