polysection

Create cross sections along waypoints based on a 3D grid interpolated from xyz scatter data.

您现在正在关注此提交

This function carries out the following tasks:

1) Imports a set of xyz scatter data, interpolates them to a uniform mesh, and creates a contour map figure of the results.

2) Allows for the user to interactively select a series of waypoints by selecting them using 'getpts' on the figure.

3) Creates a series of evenly spaced cross sections perpendicular to the polyline created by the waypoints.

4) Exports the results as a 3-D graphic.

5) Exports the cross section xyz coordinates to Excel as 'CSData.xls', where each cross section has its own worksheet.

An example scatter data set 'Scatter.dat' has been included.

引用格式

Jeff Tuhtan (2026). polysection (https://ww2.mathworks.cn/matlabcentral/fileexchange/26338-polysection), MATLAB Central File Exchange. 检索时间: .

致谢

启发作品: riverscatter

类别

Help CenterMATLAB Answers 中查找有关 Coordinate Transformations 的更多信息

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.4.0.0

-Changed Export bug

1.3.0.0

-Adjusted 3-D visualization default settings
-Fixed user input error when asked to export to Excel

1.2.0.0

-Added Excel export option

1.1.0.0

Updated description.

1.0.0.0