필터 지우기
필터 지우기

Problem about converting Matlab code into execution file

조회 수: 2 (최근 30일)
edu
edu 2014년 3월 6일
댓글: Walter Roberson 2019년 3월 13일
I wanted to change written code in Matlab into execution file. I use new deployment project option for this purpose but after adding required main file and other associated files, the .exe file doesn't run. I should mention that the core of my program is written by GUI toolbox. Does this cause any problem? The main file is an m-file corresponded to a GUI which when runs invokes other GUI files based on user selections. How can I create .exe file and run it without any problem? Your help would be appreciated...

답변 (2개)

Iain
Iain 2014년 3월 6일
Assuming you've generated the exe correctly, the machine you're trying to run it on will need to have some of the matlab runtime libraries installed.
They should be in a file in your matlab installation, called "MCRinstaller.exe"
  댓글 수: 1
edu
edu 2014년 3월 6일
Dear Iain. I've already installed 'MCRinstaller.exe' from Matlab installation folder.

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


sriharsha sajjarao
sriharsha sajjarao 2019년 3월 13일
Find a recurrence relation for the number of ways to climb n stairs if the
person climbing the stairs can take 1 or 2 steps at a time. What are the initial
conditions? How many ways can this person climb a floor having 10 stairs?

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by