Info

This question is closed. Reopen it to edit or answer.

Create a GUI in Matlab ?

1 view (last 30 days)
Le Chi Hiep
Le Chi Hiep on 7 Oct 2015
Closed: MATLAB Answer Bot on 20 Aug 2021
Can I create a GUI which can show a lot of plots like this:?
  1 Comment
Madhu Kodappully
Madhu Kodappully on 7 Oct 2015
Edited: Madhu Kodappully on 7 Oct 2015
Yes
Type GUIDE on the command window
it will open a window
choose new figure
In the newly opened figure, Place axes ui object (see the left palette)
write code with subplot option

Answers (1)

Le Chi Hiep
Le Chi Hiep on 7 Oct 2015
Thank for your answer, Madhu Kodappully. But when i use subplot, the size of plot is shrinked.I want all plots have the preset sizes.Can you write a short code for me ? Thank you very much !

Tags

Community Treasure Hunt

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

Start Hunting!