Publish only graphs not the other output.

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

 Accepted Answer

t=1:256;
just suppress the output by putting semicolon(;)

2 Comments

@muhammed if it works please accept the answer and give a vote

Sign in to comment.

More Answers (0)

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!