フィルターのクリア

How can I see the predicted labels for all my validation set images in app designer?

1 回表示 (過去 30 日間)
Fatin Nasuha Bt Asrol
Fatin Nasuha Bt Asrol 2022 年 6 月 12 日
回答済み: Abhishek Chakram 2023 年 9 月 26 日
My problem is to deployment of the results after training and the code that I used give me error like below:
This is my code:

回答 (1 件)

Abhishek Chakram
Abhishek Chakram 2023 年 9 月 26 日
Hi Fatin Nasuha Bt Asrol,
It is my understanding that you are facing difficulty in assigning the predicted label to the uilabel of the app. Here is a sample code for the same:
app.Label.Text = string(label) + ,+ num2str(100*max(probs),3) + %”);
You can refer to the following documentation to know more about the functions used:
Best Regards,
Abhishek Chakram

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by