필터 지우기
필터 지우기

Edit training process graph

조회 수: 2 (최근 30일)
Tan
Tan 2023년 11월 24일
답변: Pratyush 2023년 11월 24일
Can I drag the legend under the graph?
If yes, how should i do?

답변 (2개)

Angelo Yeo
Angelo Yeo 2023년 11월 24일
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 2023년 11월 24일
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:

카테고리

Help CenterFile Exchange에서 Sequence and Numeric Feature Data Workflows에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by