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

 Respuesta aceptada

lammes
lammes el 16 de Mayo de 2023

0 votos

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

Más respuestas (0)

Categorías

Preguntada:

el 16 de Mayo de 2023

Respondida:

el 16 de Mayo de 2023

Community Treasure Hunt

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

Start Hunting!