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

 Akzeptierte Antwort

lammes
lammes am 16 Mai 2023

0 Stimmen

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

Weitere Antworten (0)

Kategorien

Gefragt:

am 16 Mai 2023

Beantwortet:

am 16 Mai 2023

Community Treasure Hunt

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

Start Hunting!