如何使用 matlab 中的 urlread 函数与 url 地址本身中的变量输入?
例如:
我可能想阅读:
http://maps.googleapis.com/maps/api/geocode/json?latlng=22,77&sensor=true
但不是输入纬度和经度值(22,77)。我只需要在mfile中写入变量名,然后每次运行文件时都用不同的值调用它
如何使用 matlab 中的 urlread 函数与 url 地址本身中的变量输入?
例如:
我可能想阅读:
http://maps.googleapis.com/maps/api/geocode/json?latlng=22,77&sensor=true
但不是输入纬度和经度值(22,77)。我只需要在mfile中写入变量名,然后每次运行文件时都用不同的值调用它