Vị dụ
x = 0:pi/20:2*pi;
plot(x, sin(x),’-.*r’); hold on
Trang 10Tùy chỉnh màu sắc và độ lớn nét vẽ
LineWidth : độ rộng của nét vẽ, tính bằng pt
MarkerEdgecolor: mau cua đường vién marker MarkerFacecolor: mau bén trong marker
Trang 13Lệnh hold on
Trang 14Xác định tọa độ
Lệnh axIs
axis([xmin xmax ymin ymax] )
Tủy chỉnh các kiêu trục tọa độ
axis on/off/auto
axis normal/square/equal/tight axis ij/xy
Trang 15axis equal tight - a} — Pee ee ene ee ee ee ee ee he mẽ mm mm ~
www we wwe dane we ew wee we hee ewww eek eee eee aN mw ewe ew ewe dew ew ew we ew ew hw eww ew ew whew ew ew ew Pe ol
Bee deo we eed pee ee dow e edb wees hbae st
Awe www eee wee wee hem ww ewe eee ewe whe eat
Trang 18Xác định tọa độ xticks va yticks Vi du X = TD1:.l:Ð1; y = Sin(x); plot (x,y)
set (gca, 'XTick',-pi:pi/2:pi)
set (gca, 'XTickLabel',
Trang 20ÿ = [0 31 6 5 9|;area (y) str = 'Jan|Feb|Mar|April|May|June'; set(gcea, 'xtick',1:6, "xticklabel',str, 'xgrid','on','layer', 'top') set (gca,’XTickLabel’,
a eee Ohana Ol Okan:
set (gca,’ XTickLabel’, 71101007)
set (gca,“XTickLabel”, [1;10;100])
set (gca,’ XTickLabel’,0:2)
set (gca,’ XTickLabel’,
Trang 22Vị dụ
xX = -pi:.1l:pi;t = -pi/4;
y = Ssin(x);
plot (x,y)
set (gca, 'XTick',-pi:pi/2:pi)
Trang 27TRONG KHÔNG GIAN 3 CHIÊU
pĐIOE3 (4; Vy Z)
Ta cần xác định các vectơ x, As DOMIeB estes (x, y, Z=Í{x,y)), lệnh
meshgrid (x, y) sẽ tạo ra mảng X, Y tử mantra Ø1ả †rỊ CỦa X, V Vi du
0:0.02*p1i:25*pi; Sin(t); y = cos(t);
Trang 28— Vẽ mặt: z(x,y)=x°ye*"” VỚI -4<x<4 Và -4< y<4
[x, y]=meshgrid([-4:0.1:4]);
z=x.*x.*Vy.*exb(-x.^2-y.^2); plot3(x,y,Z)
Trang 29Dùng lệnh mesh(z)
Trang 32Một sô lệnh vẽ đô thị trong 3 - D
plot3
Trang 33In và xuât đô thị
Dùng lệnh
Trang 34Su dung Plotting Tools «J Figure No.1 Save in: | work File name: | Save as type: | Enhanced metafiles(* emf) Bitmap files{* bmp)
EPS files [*.eps) EPS Color files (*.eps) EPS Level 2 (*.eps) EPS Level 2 Color (*.eps) Adobe Illustrator files [* ai) JPEG images [*.jpq)
TIFF images{* tif}
TIFF no compression images{™.tif]
Trang 35
Các dạng đồ thị đặc biệt khác D6 thi dang cot bar (X,Y) X = 1:M Y : Ma tran cO MxN
Tuy chon khac
barh / bar3 / bar3h
Trang 36Vị dụ Y =[7 6 57,6 8 1/4 5 9;2 3 4;9 7 2] subplot (221);bar(Y); title('bar(Y,''grouped'')') subplot (222) ;bar(0:5:20,Y); title ('bar(0:5:20,Y,''grouped'')') subplot (223);bar(Y, 'stacked'); title ('bar(Y,''stacked'')') subplot (224) ;barh(Y);title('barh(Y)') subplot (221) ;bar3(Y, 'detached') ; title ('bar3(Y,''detached'')') subplot (222) ;bar3 (Y, 'grouped'); title('bar3(Y,''grouped'')') subplot (223) ;bar3 (Y, 'stacked'); title ('bar3(Y, ''stacked'')')
Trang 38ry ‘grouped
Trang 40Vị dụ
Y = [12 20 15 25 78] pie (Y)
pie(Y, {‘Giai tich’,’Dai so’,’Xac suat’, "Co hoc’,’Tin hoc’ })
pie3 (Y)
Trang 43sales = [51.6 82.4 90.8 59.1 47.0]; x = 90:94; profits = [19.3 34.2 61.4 50.5 29.4]; area(x,sales,'FaceColor',[.5 9 6],'EdgeColor','b', "Linewidth',2) hold on area(x,profits, 'FaceColor',[.9.85.7],'EdgeColor','y', "LinewWidth', 2) hold off
set (gca, 'XTick', [90:94]) set(gca, 'Layer', 'top')
gtext('\leftarrow Sales")
gtext('Profits') gtext ('Expenses')
Xlabel ('Years', 'FontSize',14)
Trang 45Đô thị của dữ liệu rời rạc