how to plot a sym function with constant function such as x=2(vertical line) & y=3(horizontal line)?

 채택된 답변

madhan ravi
madhan ravi 2018년 6월 3일
편집: madhan ravi 2018년 6월 3일
syms x y
eqn=y
eqn1=x
fplot(subs(eqn,y,3))
hold on
fplot(subs(eqn1,x,2))

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Annotations에 대해 자세히 알아보기

질문:

2018년 6월 3일

댓글:

2018년 6월 3일

Community Treasure Hunt

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

Start Hunting!

Translated by