Exporting data only works as pdf. Axis labels are getting small and unreadable

1 vue (au cours des 30 derniers jours)
Hello,
I am working with the Episode Manager and getting the following plot:
Somehow I am only allowed to save this as pdf or png. It is shown here:
The pdf is having one scale, where the title and axis labels are very small and unreadable. How can I save this as a figure or in .eps format?
I would like to have more control with these data

Réponse acceptée

Emmanouil Tzorakoleftherakis
Modifié(e) : Emmanouil Tzorakoleftherakis le 9 Avr 2021
You cannot save as .fig from the episode manager plot. If you have the training data though (it's good practice to save this data for further use) you can recreate this plot yourself.
E.g.,
load mdpTrainingStats trainingStats
plot(trainingStats.EpisodeIndex, trainingStats.EpisodeReward)
% add more here
  1 commentaire
Reinforcement Learning
Reinforcement Learning le 9 Avr 2021
Oh I didn't see, what was inside trainingStats
I just wanted the training data. Thanks a lot!

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by