live editor plots next to each other
조회 수: 24 (최근 30일)
이전 댓글 표시
Hey,
I want to compare different Datamatrix with Plots with the Live Editor.
I have written the Skript to show me the PLots, but they are shown under each other.
Is there a way that the plots are shown next to each other?
The picture shows the actual view.
Thanks for your answers.
![Graphen.PNG](https://www.mathworks.com/matlabcentral/answers/uploaded_files/226071/Graphen.png)
댓글 수: 1
vidhathri bhat
2019년 6월 24일
Hi,
Can't you use subplot function for them to be shown next to each other?
답변 (1개)
Pullak Barik
2019년 6월 24일
As mentioned in the comment by @Vidhathri, you can try using subplot to cater to your needs- Subplot docs page.
If you want two figures side by side, I suggest you to read about figure handles from here and then read about the 'Position' property for figures from here.
You can search about the 'set' command that takes in a handle for a figure and then adjusts its location using the 'Position' property.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Specifying Target for Graphics Output에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!