Borrar filtros
Borrar filtros

Edit training process graph

2 visualizaciones (últimos 30 días)
Tan
Tan el 24 de Nov. de 2023
Respondida: Pratyush el 24 de Nov. de 2023
Can I drag the legend under the graph?
If yes, how should i do?

Respuestas (2)

Angelo Yeo
Angelo Yeo el 24 de Nov. de 2023
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 el 24 de Nov. de 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:

Categorías

Más información sobre Sequence and Numeric Feature Data Workflows en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by