๐ฆ = 2๐๐๐ 3๐ฅ
์ด์ ๋๊ธ ํ์
How I do a graph of ๐ฆ = 2๐๐๐ 3๐ฅ ?
๋ต๋ณ (2๊ฐ)
Image Analyst
2021๋
5์ 16์ผ
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
2021๋
5์ 16์ผ
help plot
์นดํ ๊ณ ๋ฆฌ
๋์๋ง ์ผํฐ ๋ฐ File Exchange์์ Startup and Shutdown์ ๋ํด ์์ธํ ์์๋ณด๊ธฐ
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!