Publish only graphs not the other output.

4 次查看(过去 30 天)
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

采纳的回答

madhan ravi
madhan ravi 2018-9-8
编辑:madhan ravi 2018-9-8
t=1:256;
just suppress the output by putting semicolon(;)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Directed Graphs 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by