How to resize subplot?
Mostrar comentarios más antiguos
I have 1*2 subplot. i want to resize it and i want a tight layout pdf of it. please help
h= subplot(1,2,1);
sol1= ode23t(@function_1,[0,100],Ic]);\
plot(sol.x,sol.y)
hold
g= subplot(1,2,2);
sol2= dde23(@function_2,5,@delayhist,[0,100]);
plot(sol.x,sol.y)
2 comentarios
madhan ravi
el 30 de Nov. de 2018
what do you mean by "resize it" and "tight layout" exactly?
sourabh mittal
el 30 de Nov. de 2018
Respuestas (1)
Categorías
Más información sobre Subplots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!