๋‹ต๋ณ€ (2๊ฐœ)

Image Analyst
Image Analyst 2021๋…„ 5์›” 16์ผ

1 ๊ฐœ ์ถ”์ฒœ

numPoints = 1000;
x = linspace(-3*pi, 3 * pi, numPoints);
y = 2 * cos(3 * x);
plot(x, y, 'b-', 'LineWidth', 2);
grid on;
xlabel('x', 'FontSize', 18);
ylabel('y', 'FontSize', 18);
Alan Stevens
Alan Stevens 2021๋…„ 5์›” 16์ผ

0 ๊ฐœ ์ถ”์ฒœ

help plot

์นดํ…Œ๊ณ ๋ฆฌ

๋„์›€๋ง ์„ผํ„ฐ ๋ฐ File Exchange์—์„œ 2-D and 3-D Plots์— ๋Œ€ํ•ด ์ž์„ธํžˆ ์•Œ์•„๋ณด๊ธฐ

์ œํ’ˆ

๋ฆด๋ฆฌ์Šค

R2021a

ํƒœ๊ทธ

์งˆ๋ฌธ:

2021๋…„ 5์›” 16์ผ

๋‹ต๋ณ€:

2021๋…„ 5์›” 16์ผ

Community Treasure Hunt

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

Start Hunting!

Translated by