Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将纬度和经度绘制为节点,并且将有边缘连接节点。我想在图形背景中显示地图。我怎样才能做到这一点 ?
听起来您正在查看以下内容:
figure image(...) hold plot(...)
您使用图像功能来显示您的地图,并使用绘图(或类似功能)来显示您的纬度/经度数据,但它是您想要的(您对此不是很具体)。
您可能必须使用轴属性才能正确缩放并将绘图放置在相对于地图的正确位置,但这取决于您的数据。