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

조회 수: 3 (최근 30일)
feeroz babu
feeroz babu 2020년 12월 15일
댓글: feeroz babu 2020년 12월 15일
% 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)

답변 (1개)

Hiro Yoshino
Hiro Yoshino 2020년 12월 15일

카테고리

Help CenterFile Exchange에서 Line Plots에 대해 자세히 알아보기

제품


릴리스

R2014b

Community Treasure Hunt

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

Start Hunting!

Translated by