Create Graphics with Matlab

1 Ansicht (letzte 30 Tage)
Robin Kirsch
Robin Kirsch am 12 Aug. 2020
Beantwortet: Mahesh Taparia am 18 Aug. 2020
Hello,
I am trying to recreate a figure such that i can do some modifications with it. I need it later on in Latex, so it has to be a vector graphic.
Is it possible to create something like this with matlab and import it to Latex?
  1 Kommentar
KSSV
KSSV am 12 Aug. 2020
Yes very much posible.....read about plot, text, patch.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Mahesh Taparia
Mahesh Taparia am 18 Aug. 2020
Hi
It seems you want to plot the multiple function in a single figure. You can use the 'plot' function to plot it. For more information, refer to this documentation. To retain the multiple plots, you can use 'hold on' function. Refer to this documentation for more information.
After ploting all the curve, you can save that figure as image and that image can be imported to latex.
Hope it will helps!

Weitere Antworten (0)

Kategorien

Mehr zu Printing and Saving finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by