Borrar filtros
Borrar filtros

generating executable file

2 visualizaciones (últimos 30 días)
Haris Hameed
Haris Hameed el 16 de Mayo de 2012
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

Respuestas (1)

Geoff
Geoff el 16 de Mayo de 2012
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 comentarios
Geoff
Geoff el 16 de Mayo de 2012
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 el 16 de Mayo de 2012
If using deploytool tool, choose Console Application, instead of Windows Standalone Application if you do not want the MS-DOS console to be suppressed.

Iniciar sesión para comentar.

Categorías

Más información sobre Standalone Applications en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by