Creating installer for Mfile

How to create a installer(.exe) for my Mfile? Please provide suggestions

댓글 수: 1

Walter Roberson
Walter Roberson 2013년 3월 7일
Is the .exe intended to copy the .m file to a user directory, where the user will then start their own copy of MATLAB to run it?
Or is the .exe intended to be an executable that runs your code without the user needing their own copy of MATLAB ?

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

 채택된 답변

Sai Harsha
Sai Harsha 2013년 3월 7일

0 개 추천

It's easy type "deploytool" in command window; U get a dialog box , press enter; U get an option add main file; then add ur .m file ; press build button ; it's Done;

댓글 수: 1

Walter Roberson
Walter Roberson 2013년 3월 7일
This does require that the MATLAB Compiler toolbox be licensed and installed.

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

추가 답변 (1개)

Walter Roberson
Walter Roberson 2013년 3월 7일

0 개 추천

If you are trying to create a stand-alone executable, you need MATLAB Compiler or MATLAB Coder. Those are expensive products.
Note: MATLAB Compiler and MATLAB Coder cannot be used with Student Version licenses -- only with Academic or Professional licenses.

카테고리

도움말 센터File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

질문:

2013년 3월 7일

Community Treasure Hunt

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

Start Hunting!

Translated by