Publish only graphs not the other output.
7 ビュー (過去 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!