Edit training process graph

回答(2 个)

Angelo Yeo
Angelo Yeo 2023-11-24

0 个投票

Yes, you can customize progress monitor with trainingProgressMonitor. You can refer to the doc below for further information.
An example image from the doc:
Hi Tan,
I understand that you want to change the position of legends in you graph.
You can programmatically change the legend position using the "legend" function with the "Location" parameter. For example:
legend('Legend1', 'Location', 'south');
This will move the legend to the bottom (south) of the plot.
You can refer to the following documentation for more details on '"Location" parameter:

类别

帮助中心File Exchange 中查找有关 Networks 的更多信息

产品

版本

R2022b

提问:

Tan
2023-11-24

回答:

2023-11-24

Community Treasure Hunt

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

Start Hunting!

Translated by