2D plote when x axis and y axis intersect at origin
Show older comments
% I want to plote this graph when only x axis and y axis cross at origin. I don't need boox type plote.
x = [-1/pi:0.0001:1/pi];
y = (x/2).*(sin(1./x));
plot(x,y)
Answers (1)
Hiro Yoshino
on 15 Dec 2020
0 votes
Box on/off may work for you.
1 Comment
feeroz babu
on 15 Dec 2020
Categories
Find more on 2-D and 3-D Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!