How to merge/combine training accuracy and loss in same graph?

Hi,
I would like to merge both training accuracy and loss in same plot, is there any method to do so. Below are the image of my training accuracy and loss.
I want to change into a plot like this, but dont know how to tweak it with training options.

Answers (1)

I understand that you would like to have both the training accuracy and loss graphs in the same plot. To achieve this, use the 'hold on' and 'hold off' commands.
Follow the code for plotting the first graph by 'hold on'. Then after writing the code for plotting the second graph, use 'hold off'. This would ensure that both your graphs lie on the same plot.

Categories

Find more on Networks in Help Center and File Exchange

Products

Release

R2020a

Asked:

on 26 Jun 2020

Edited:

on 26 Jun 2020

Community Treasure Hunt

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

Start Hunting!