GUI TABLE HELP NEEDED
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
I am working with Artificial Neural Networks. As it shown in the picture below, I need the user to enter these five inputs ( BP, FVF, API, GG, TEMP) so that when I hit the simulate button the result will be shown in the second table GOR. To cut long story short, I need to the first row of the first table to pass through my network and the results to be display in the second table.
Please help I need this urgently for my thesis project.
3 件のコメント
Mohamed Abdelhameed
2017 年 5 月 11 日
Jan
2017 年 5 月 11 日
Okay. What is your question? How can we help you? What have you tried so far and which problems occur?
回答 (1 件)
Walter Roberson
2017 年 5 月 11 日
data = get(handles.NameOfYourUiTable, 'Data');
first_row = data(1,:);
2 件のコメント
Mohamed Abdelhameed
2017 年 5 月 11 日
編集済み: Walter Roberson
2017 年 5 月 11 日
Walter Roberson
2017 年 5 月 11 日
You appear to be using GUIDE.
You appear to have manually deleted some code instead of using the GUIDE facilities for removing portions of the code.
You have a corrupted combination of .fig and associated code. If you attach your .fig and the .m then I will attempt to track down the invalid property (I wrote a program for checking these kinds of problems.)
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!