Borrar filtros
Borrar filtros

Publication Quality Matlab Plot

2 visualizaciones (últimos 30 días)
Rakesh Jain
Rakesh Jain el 23 de Mzo. de 2017
Respondida: KSSV el 24 de Mzo. de 2017
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)

Respuesta aceptada

KSSV
KSSV el 24 de Mzo. de 2017

Más respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by