Change the name of a figure in a Correlation plot
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Patricia Alejandra Palacios Romero
el 24 de Mayo de 2018
I need to change either the name of the figure or the title of the figure of my correlation plot (which is a correlation matrix). I tried to change the name of the figure but when I run the code it creates 2 figures: one with the new nane and another one with the correlation plot. I already try the hold on/ hold off function but it does not seem to work.
figure('Name','Refined data','NumberTitle','off');
corrplot(Corr,'varNames',{(x_input_plot),(y_input_plot)});
Thanks for any help :)
0 comentarios
Respuesta aceptada
Ver también
Categorías
Más información sobre Annotations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!