フィルターのクリア

Create a 32bit compatible standalone App with MATLAB R2019b

3 ビュー (過去 30 日間)
Luca Viscito
Luca Viscito 2020 年 3 月 20 日
回答済み: Sean de Wolski 2020 年 3 月 20 日
I have 64bit MATLAB R2019b on Windows 10 and I created a standalone App which runs without problems once Runtime 9.7 is installed. However, users having 32bit Operating Systems are not able to use it. How can I modify or create an App with MATLAB compiler which is compatible with 32bit users?
  1 件のコメント
Rik
Rik 2020 年 3 月 20 日
I suspect this might only be possible if you use R2015b or older, for which there is a 32 bit option.
Another suboptimal option would be to make sure your code runs in GNU Octave. It will probably run much slower and with fewer graphical options, but at least they still provide 32 bit versions. People with 32 bit computers are probably getting used to bad UI or slow code.

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

採用された回答

Sean de Wolski
Sean de Wolski 2020 年 3 月 20 日
This is directly ony possible with R2015a or older, the last release to support 32 bit.
You may consider using web apps which doesn't require anything to be installed on a client machine. https://www.mathworks.com/help/compiler/web-apps.html

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeC Shared Library Integration についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by