Borrar filtros
Borrar filtros

Publish only graphs not the other output.

7 visualizaciones (últimos 30 días)
Muhammad Ramzan
Muhammad Ramzan el 8 de Sept. de 2018
Comentada: Muhammad Ramzan el 9 de Sept. de 2018
Hello,
syms x
f =x.^2
fplot(f)
t = 1: 256
how i can only publish graph and not the output of
t = 1: 256
thanks

Respuesta aceptada

madhan ravi
madhan ravi el 8 de Sept. de 2018
Editada: madhan ravi el 8 de Sept. de 2018
t=1:256;
just suppress the output by putting semicolon(;)
  2 comentarios
madhan ravi
madhan ravi el 8 de Sept. de 2018
Editada: madhan ravi el 8 de Sept. de 2018
@muhammed if it works please accept the answer and give a vote
Muhammad Ramzan
Muhammad Ramzan el 9 de Sept. de 2018
Thanks

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Mathematics 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