is it possible to create dynamic standalone applications using MATLAB GUIDE?

1 回表示 (過去 30 日間)
buscuit
buscuit 2017 年 11 月 27 日
コメント済み: buscuit 2017 年 11 月 27 日
Hi all,
I am currently using MATLAB with the DSP and Signal Processing toolbox. I was wondering if there is a way to export a GUI where the end user can choose developed algorithms as boxes and combine them together dynamically. Much like Simulink. I need that to be a standalone application as well.
Reading through forums, I am coming to the conclusion that in order to do that I would need to purchase 2 extra licenses: the MATLAB Compiler (to export the standalone applications) and the MATLAB GUIDE (in order to design the GUI). Is this assumption correct? And will I be able to export applications that can dynamically be controlled by the user in order to generate a simulink-like environments?
cheers, Dimitris

採用された回答

Walter Roberson
Walter Roberson 2017 年 11 月 27 日
GUIDE does not require an extra license. MATLAB Compiler does, though.
"And will I be able to export applications that can dynamically be controlled by the user in order to generate a simulink-like environments?"
Although that is technically possible, it runs the risk of violating the license terms:
"1. Deployment Rights for User Files
You may distribute or sublicense User Files without restriction, provided that a principal purpose of the distribution or sublicense is not to replace or replicate a Program or any part of a Program and you otherwise comply with the general restrictions of the Software License Agreement and your License Offering."
"iii) Your Application may not provide capability similar to the capabilities of any of Programs, or provide functionality or behavior similar to that of the MATLAB command line or scripting and programming capabilities. Your Application also may not enable evaluation of end-user code or expressions.
iv) Your Application may not provide access to all or a substantial portion of a Program."
  1 件のコメント
buscuit
buscuit 2017 年 11 月 27 日
thank you very much for the prompt answer and all the information provided. It's all clear now.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCode Generation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by