Publish only graphs not the other output.

6 Ansichten (letzte 30 Tage)
Muhammad Ramzan
Muhammad Ramzan am 8 Sep. 2018
Kommentiert: Muhammad Ramzan am 9 Sep. 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

Akzeptierte Antwort

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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by