Borrar filtros
Borrar filtros

How to plot subplots in GUI at axes?

3 visualizaciones (últimos 30 días)
Michael Adelman
Michael Adelman el 16 de Jul. de 2012
Hi,
I created some axes object in the GUI. I want to plot 2 subplots in the same axes.
Is it possible and how to do it if it is possible?
Thanks,

Respuestas (2)

Image Analyst
Image Analyst el 17 de Jul. de 2012
You don't. You place two axes on the GUI instead of one. Or else you manually stitch together images to form one big image that you then display in the single axes.

Walter Roberson
Walter Roberson el 17 de Jul. de 2012
subplot() is defined to use one axes per subplot, and by default subplot() erases any other axes it overlaps. You cannot have multiple subplots in one axes.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by