MATLAB GUI to webpage

Hello I have created a MATLAB GUI for a specific purpose. When I started creating my GUI I have noticed that there is a tool named MATLAB Builder NE which changes the MATLAB GUI to .NET or com files. When I contacted my friends about converting my GUI to .NET file I had mixed reviews saying the MATLAB GUI cannot be converted into .NET or com file. I would be very thankful to you if you could give a solution to this problem. Thanks.
Regards Dandu

回答 (3 件)

Sean de Wolski
Sean de Wolski 2012 年 1 月 20 日

0 投票

1 件のコメント

Walter Roberson
Walter Roberson 2012 年 1 月 20 日
Also consider whether Java Builder might be more appropriate for your purposes.
Note: Net Builder and Java Builder cannot be used with the MATLAB Student Version.

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

suman
suman 2012 年 2 月 3 日

0 投票

hi i have tried to do the same but i could not do that, the GUI created using GUIDE cannot be deployed using matlab NE builder. you will have to create functions in the matlab and then can be deployed using the deployment tool and can be used to .net

1 件のコメント

Walter Roberson
Walter Roberson 2012 年 2 月 3 日
As far as I know, GUIDE GUIs _can_ be deployed in MATLAB NE Builder.
You can run in to problems because GUIDE codes all callbacks as strings, and the dependency analyzer does not look inside the strings to see what functions it needs. You may have to use the %#function pragma to tell the compiler that the code depends upon a function in another file.

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

suman
suman 2012 年 3 月 22 日

0 投票

hey, i have seen the examples where the GUIDE gui have been deployed in MATLAB NE builder as independent .exe files or just call the GUI in .net,but how could the same be deployed on the web so that the same GUI can be provided to the user as an GUI on the internet.

カテゴリ

ヘルプ センター および File ExchangeDeploy to .NET Applications Using MATLAB Data API for .NET についてさらに検索

タグ

質問済み:

2012 年 1 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by