Combining plots with Python

조회 수: 7 (최근 30일)
Mateusz Pieniak
Mateusz Pieniak 2016년 10월 23일
답변: AKennedy 2025년 2월 11일
Dear Community,
I would like to know if there's a possibility to merge MATLAB's plots with the ones created in Python by matplotlib? If so, how can I do that?
Thanks in advance, Quittend

답변 (1개)

AKennedy
AKennedy 2025년 2월 11일
There is no direct way to combine MATLAB and python plots, but there is tweek that you can try:
  • Create your plots in MATLAB and save them as image files (e.g., PNG).
  • Load these images in Python using Matplotlib and overlay them on your existing Python plots.
By doing this you will be able to combine MATLAB and Python plots with matplotlib.

카테고리

Help CenterFile Exchange에서 Call Python from MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by