Publish only graphs not the other output.
6 次查看(过去 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
0 个评论
采纳的回答
madhan ravi
2018-9-8
编辑:madhan ravi
2018-9-8
t=1:256;
just suppress the output by putting semicolon(;)
2 个评论
madhan ravi
2018-9-8
编辑:madhan ravi
2018-9-8
@muhammed if it works please accept the answer and give a vote
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!