How to run standalone .exe file on computer without MATLAB?
13 ビュー (過去 30 日間)
古いコメントを表示
Hello all,
I am trying to run a standalone application (.exe) on a computer which doesn't have matlab. I have installed matlab compiler runtime on my computer which has matlab. Now I want to deploy the standalone application to other computers which doesn't have matlab. I have used the deploy tool, but i am not sure how to deploy the whole package to other computers including Matlab compiler runtime.
can anyone please help me out.
0 件のコメント
回答 (3 件)
Walter Roberson
2011 年 4 月 6 日
The deploy tool creates a self-extracting archive, and I believe (but am not sure) that MCR comes in the form of a self-extracting archive as well. Copy both to the new machine, install MCR, run the self-extracting archive which is the application, run the application, watch it crash, go back to the original machine and try to figure out why. Lather, rinse, repeat.
0 件のコメント
Jiro Doke
2011 年 4 月 6 日
In deploytool, you should see a tab called "Package". There, you can include the MCR and package it (by clicking on the package button in the toolbar). That would create a single installer file which you can run on the other computers.
8 件のコメント
Walter Roberson
2011 年 4 月 6 日
編集済み: Walter Roberson
2017 年 9 月 9 日
The following discussion might help:
mukul jain
2017 年 9 月 9 日
Hello sir I need a matlab complier runtime software of version 7.16.I search everywhere but this is not find
1 件のコメント
Walter Roberson
2017 年 9 月 9 日
You need to get that MCR version from the person who build the application. MCR 7.16 was the last MCR under the older license that did not allow MCR to be easily downloaded.
参考
カテゴリ
Help Center および File Exchange で Downloads についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!