Is there a way to show command shell in textarea of app designer?

1 回表示 (過去 30 日間)
Jaehwan Yu
Jaehwan Yu 2022 年 10 月 15 日
回答済み: Hiro Yoshino 2022 年 10 月 15 日
Hello
The program runs fine, but I am having trouble seeing the log.
I made an app designer to train a classifier.
This is very simple code.
[detector, info] = trainFasterRCNNObjectDetector(trainingData,lgraph,options, ...
'NegativeOverlapRange',[0 0.3], ...
'PositiveOverlapRange',[0.6 1]);
I want to display the log of training in a textarea.
When compiling App Designer, the following menu is available.
=> "Do not display the Windows Command Shell (console) for execution
=> Create log file
I can view the log in console or txt file using the menu.
But the command shell will open a new window, and the log will be visible after the job is done.
Is there a way to view those logs or command in real time in textarea?

回答 (1 件)

Hiro Yoshino
Hiro Yoshino 2022 年 10 月 15 日
Do the options defined in trainingOptions function, Verbose or Verbosefrequency help here?

カテゴリ

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

製品


リリース

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by