필터 지우기
필터 지우기

Publication Quality Matlab Plot

조회 수: 1 (최근 30일)
Rakesh Jain
Rakesh Jain 2017년 3월 23일
답변: KSSV 2017년 3월 24일
I am writing a research paper. But the Matlab graph are of very low resolution, in the sense that when it is copy pasted into MS Word, the colored lines are not properly visible.What should I do to make the graph clear? Example for the following program, I need to plot high resolution plot
sys = tf([1],[1 4 5])
sys2 = tf([1],[1 4.1 5.1])
step(sys)
hold on
step(sys2)

채택된 답변

KSSV
KSSV 2017년 3월 24일

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by