how to plot a sym function with constant function such as x=2(vertical line) & y=3(horizontal line)?
古いコメントを表示
syms x y fplot((@x)x==2) hold on fplot((@y)y==3)
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Annotations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!