how to build standalone application

3 ビュー (過去 30 日間)
RISHABJEET
RISHABJEET 2011 年 3 月 20 日
guyz i am trying to build standalone application of a matlab file, for which i know the command is: ---->>> mcc -mv filename
but all the tym it asks me to select a complier out of the list of none. i am being using R2010a on windows7 64-bit. pleas help me

回答 (4 件)

Jiro Doke
Jiro Doke 2011 年 3 月 20 日
You need a C compiler. Take a look at this page under "MATLAB Compiler" column. There are a couple of free compilers you can install.

RISHABJEET
RISHABJEET 2011 年 3 月 20 日
i have already installed visual c++2010 and sdk 7.0 but it is not detected by matlab. i have also downloaded the supporting patch file as well.
the list of compiler is present when i go for the command --->>> mex -setup but while building the standalone, the compilers are not detected.

RISHABJEET
RISHABJEET 2011 年 3 月 20 日
thnx Jiro for your advice. i generated the standalone application on a 32 bit windows XP system.
but the issue is how to run it in MCR? i have already instaaled MCR on my machine.
  1 件のコメント
Jiro Doke
Jiro Doke 2011 年 3 月 21 日
If you have installed MCR, then you should be able to simply run the .exe file. What issue are you having?

サインインしてコメントする。


Peter Webb
Peter Webb 2011 年 3 月 22 日
This article describes how to create, deploy and execute standalone applications. It includes instructions on how to install and use the MCR>

カテゴリ

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