amforte / Topographic-Analysis-Kit

Set of matlab based tools for topographic analysis, built on top of TopoToolbox.
GNU General Public License v3.0
43 stars 35 forks source link

MakeTopoSwath #38

Closed ZCG113035 closed 4 years ago

ZCG113035 commented 4 years ago

Hello, I want to select the swath profile in the research area myself, so I executed the following code: DEM = GRIDobj('ulitang1.tif'); points=[] [SW,SwathMat,xypoints,bends]=MakeTopoSwath(DEM,points,2e3,'sample',1e2,'smooth',2e2,'vex',10); plotdz(SW) But the view effect for your case figure 22 does not appear. I checked that you do not have an example guide in function MakeTopoSwath, so what should I do, I hope you can answer it, I have a lot of questions to disturb you recently. I am sorry.