我有一个中国地图shp文件,只有shp文件,没有相应的dbf等文件
用shaperead读取shp文件,老是提示这种错误,但不影响正常使用,请问有什么办法可以不显示这种警告吗,很降低出图效率

 Accepted Answer

lammes
lammes on 16 May 2023

0 votes

关闭警告。在代码前加以下代码试试:
warning off all;

More Answers (0)

Asked:

on 16 May 2023

Answered:

on 16 May 2023

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!