How to save this model-learning-process animation figure as gif ?

1 visualización (últimos 30 días)
QuanCCC
QuanCCC el 2 de Oct. de 2019
Respondida: Abhilash Padma el 7 de Nov. de 2019
Please try these lines as an example.
load(fullfile(matlabroot,'examples','stats','gprdata2.mat'));
gprMdl2 = fitrgp(x,y,'KernelFunction','squaredexponential',...
'OptimizeHyperparameters','auto','HyperparameterOptimizationOptions',...
struct('AcquisitionFunctionName','expected-improvement-plus'));
While running the second line, matlab will pop out two animation figures. How can I save them as GIF (so I can show in powerpoint)?
Thank you.

Respuestas (1)

Abhilash Padma
Abhilash Padma el 7 de Nov. de 2019
Refer to the following link where similar kind of question has been answered: https://in.mathworks.com/matlabcentral/answers/94495-how-can-i-create-animated-gif-images-in-matlab

Categorías

Más información sobre MATLAB en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by