Publish only graphs not the other output.

조회 수: 6 (최근 30일)
Muhammad Ramzan
Muhammad Ramzan 2018년 9월 8일
댓글: Muhammad Ramzan 2018년 9월 9일
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(;)
  댓글 수: 2
madhan ravi
madhan ravi 2018년 9월 8일
편집: madhan ravi 2018년 9월 8일
@muhammed if it works please accept the answer and give a vote
Muhammad Ramzan
Muhammad Ramzan 2018년 9월 9일
Thanks

댓글을 달려면 로그인하십시오.

추가 답변 (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