Create Graphics with Matlab

조회 수: 1 (최근 30일)
Robin Kirsch
Robin Kirsch 2020년 8월 12일
답변: Mahesh Taparia 2020년 8월 18일
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
KSSV
KSSV 2020년 8월 12일
Yes very much posible.....read about plot, text, patch.

댓글을 달려면 로그인하십시오.

채택된 답변

Mahesh Taparia
Mahesh Taparia 2020년 8월 18일
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!

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Printing and Saving에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by