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

 채택된 답변

lammes
lammes 2023년 5월 16일

0 개 추천

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Mapping Toolbox에 대해 자세히 알아보기

질문:

2023년 5월 16일

답변:

2023년 5월 16일

Community Treasure Hunt

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

Start Hunting!