I am having an issue while I convert this into java .jar file using Matlab compiler SDK.
error in eclipse:
- Error using dlmread (line 147) Undefined function ' matlab.io.text.internal.collectOutput' for input arguments of type 'cell'.
- Error in cs2cs (line 78)
using :
prj4_params = '-f "%.12f" +proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs +to +proj=tmerc +lat_0=42d50 +lon_0=-70d10 +k=0.9999666666666667 +x_0=900000 +y_0=0 +ellps=GRS80 +units=m +no_defs'; [x,y] = cs2cs(lon, lat, prj4_params)
thanks
I am having an issue while I convert this into java .jar file using Matlab compiler SDK.
error in eclipse:
using :
prj4_params = '-f "%.12f" +proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs +to +proj=tmerc +lat_0=42d50 +lon_0=-70d10 +k=0.9999666666666667 +x_0=900000 +y_0=0 +ellps=GRS80 +units=m +no_defs'; [x,y] = cs2cs(lon, lat, prj4_params)thanks