2D plote when x axis and y axis intersect at origin

3 Ansichten (letzte 30 Tage)
feeroz babu
feeroz babu am 15 Dez. 2020
Kommentiert: feeroz babu am 15 Dez. 2020
% 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)

Antworten (1)

Hiro Yoshino
Hiro Yoshino am 15 Dez. 2020

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange

Produkte


Version

R2014b

Community Treasure Hunt

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

Start Hunting!

Translated by