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 Center および File ExchangeIntroduction 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