Combining plots with Python

1 回表示 (過去 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 Center および File ExchangeCall Python from MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by