How can I see the predicted labels for all my validation set images in app designer?
1 次查看(过去 30 天)
显示 更早的评论
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:
0 个评论
回答(1 个)
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
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Develop Apps Using App Designer 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!