Publish only graphs not the other output.

2 visualizzazioni (ultimi 30 giorni)
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

Risposta accettata

madhan ravi
madhan ravi il 8 Set 2018
Modificato: madhan ravi il 8 Set 2018
t=1:256;
just suppress the output by putting semicolon(;)
  2 Commenti
madhan ravi
madhan ravi il 8 Set 2018
Modificato: madhan ravi il 8 Set 2018
@muhammed if it works please accept the answer and give a vote

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Networks in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by