ºÝºÝߣ

ºÝºÝߣShare a Scribd company logo
????????????? MATLAB
???? 876131 ???????????????????
????????
??????????? ???????
????????? 55670150 ????? 3301
????
??????? ????? ???????????
?????????????? 2/2558
????????????????????? ????????????????
??????? MATLAB
??????? (?????? : MATLAB : Matrix Laboratory) ??????????????????????????
??????????????????????????????????????????????????????????????????????????? ???
?????????????????????????? ????????????????????????? ?????????????????? ???
?????????????? image processing ??? wavelet ???????????????? ???????????????????????????
??????????????????????????????????????????????????????????????????? ?????????????????
??????????? Dr. Cleve Molor ????????????????????????????????????????? ?????????????
????????????????????? LINPACK ??? EISPACK ?????????????????????????????????
?????????????????? ????????????????????????????????? ??????????????????????????????? ?
????????????????????????????????????????????????????? ??????????????????????????????
??? ???????????????????????????????????????? ???????????????????????????????????
???????????? ? ???? ?????????????????????????????????????????????????????????????????
??????????????????????????????????????????? ?????????????????????????????????????
?????????????????????????????????????????????????? ???????????????????????????????
?????????????????????????????????????????????????????????????
?????????????????? MATLAB
?????????????????????????? Matlab
????????????? plot
??????????? shading interp
???????????????? colourbar
mesh(xx,yy,zz)
?? new script
???????????
???????????????
????????????
??????????? run
?? change folder
?????????????????
plot
??????? plot ???? (x,y) ????????????????
??????????????????? ??????????? title (¡®¡­¡¯)
?????????????????? x ??????????? xlabel (¡®¡­¡¯)
?????????????????? y ??????????????? x ????????????? xlabel (¡®¡­¡¯) ???? ylabel (¡®¡­¡¯)
??????????????????????????? ??????????? plot(x,y,'red') ???????????????????????
??????????????????????????????????? plot(x,y,'--r')
???????????????????????????????? plot(x,y,'-.r')
??????????????????
??????????????????
??????????????????
??????? plot ??????????? plot(x,t,'--r',y,t,'-.b',z,t,'-^k')
??????????????????? ??????????? legend('airplane','train','ship')
?????????????????????????????? ??????????? legend('location','northwest')
??????????????????????????? ???????? subplot
55670150
55670150
55670150
55670150
????? new script
???????????????? ????????? run
55670150
?? data cursor ????????????????????
DEM & topotoolbox
??????????????????????? topotoolbox
????????????????
???????????????????
????????? save ???? close ??????
????????????????????????????????
??????????????????????????
???????????????
????????????????
??????????????????????????????????
????????????????
???????????????????????????????????????
????????????????
????????????????????????????
????????????????????????
??????????????????????????????????? 3D
???????????????????????????
??????? export ??? ascii
??????? export ??? geotiff
????????? fillsinks
FD = FLOWobj(DEMf);
A = flowacc(FD);
imageschs(DEM,dilate(sqrt(A),ones(5)),'colormap',flipud(copper));
?????????????? fillsinks ??????
????????????????
DB = drainagebasins(FD);
DB = shufflelabel(DB);
nrDB = numel(unique(DB.Z(:)))-1; % nr of drainage basins
STATS = regionprops(DB.Z,'PixelIdxList','Area','Centroid');
imageschs(DEM,DB);
hold on
for run = 1:nrDB;
if STATS(run).Area*DB.cellsize^2 > 10e6;
[x,y] = ind2coord(DB,...
sub2ind(DB.size,...
round(STATS(run).Centroid(2)),...
round(STATS(run).Centroid(1))));
text(x,y,...
num2str(round(STATS(run).Area * DB.cellsize^2/1e6)),...
'BackgroundColor',[1 1 1]);
end
end
hold off
title('drainage basins (numbers refer to drainage basin area in km^2)')
???????????????????????????
????????????????
Image Processing
?????????????????????????????????????
??????????????????????????? save ???????????????????
??????????????????????????? 1
?? enter ???????????????
????????????????????????????
???????????
??????????????????????
?? enter ???????????????
??????????????????????????????
???????????
????????????????????????????????????
???????????
??????????????????????????
?? enter ???????????????
???????????????????????????????
?? enter ???????????????
????????????????????????????
???????????
?????????? 2 ??????
?????????? 2 ??????
???????????
???????????????????????? 2
???????????
?????????????????????????????????????????????????
???????????????????????
???????????
??????????????
???????????
?????????????????
???????????
?????????????????????????
???????????
???????????????
????????? start
???????????
????????????????????????????
?????????????????????????????
????????????????????????
3D Stereo Pair
????????????????????????? stereo pair
???????????? select ???????????????????????? ?????? crop
???????? save ?????? ?????????????????????????????????????????????
????? matlab ???????? ??????????????????????????
?? Ctrl+N ??????????????????????????
????????????
????????? run
???????? 3D ??????
Guide
?????guide ?????? enter
????????????????
????????? ok
????????????????
??????????????????????????????????????????????
????????????????
????????????????????????????
???????????
??????????? 5 ????
??????????????????
???????????
Double click ??????????
????????????????
????????????????????
???????????????????????
???????????
?????????????????????????????????? 5 ????
????????? run
????????????????
????? load image ?????????????????? ????????????????
???????????
????????????????
????????????????

More Related Content

55670150