Edit training process graph

Risposte (2)

Angelo Yeo
Angelo Yeo il 24 Nov 2023

0 voti

Yes, you can customize progress monitor with trainingProgressMonitor. You can refer to the doc below for further information.
An example image from the doc:
Pratyush
Pratyush il 24 Nov 2023
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:

Categorie

Scopri di più su Networks in Centro assistenza e File Exchange

Prodotti

Release

R2022b

Richiesto:

Tan
il 24 Nov 2023

Risposto:

il 24 Nov 2023

Community Treasure Hunt

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

Start Hunting!

Translated by