How can i get this gui ??(grafical users interface)???!!!

i want to make table (5*5) and the user is input data so data are binary (0/1) so this data inter i want to use it to a command window sush as input =[1;2;3.......;25]and use it in a command output=net(input) and the i want to display the matrix data to gui window in table (1*26) where the output is output=[1;2;3.....;26]
thx thx thx all
please help me please for my project in my university

1 件のコメント

Geoff Hayes
Geoff Hayes 2015 年 5 月 3 日
Omar - please clarify what you are attempting to do. Do you want the user to enter a binary 5x5 matrix? Do you want to do this through the command window or by using a GUI?

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

回答 (1 件)

Image Analyst
Image Analyst 2015 年 5 月 3 日

0 投票

Make a table and then use set() to send the data to the table.
set(handles.uitable1, 'Data', your5x5Array);
This GUI framework might help:

カテゴリ

ヘルプ センター および File ExchangeLarge Files and Big Data についてさらに検索

タグ

質問済み:

2015 年 5 月 3 日

コメント済み:

2015 年 5 月 3 日

Community Treasure Hunt

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

Start Hunting!

Translated by