plot_google_map from Zohar Bar-Yehuda

3 views (last 30 days)
adnan ali awan
adnan ali awan on 10 Aug 2016
What Is the solution here any Idea whats causing this problem!!!! I am currently using 2015b 32bit and as far as code is concerned i used exactly the same code available in the zip file: https://www.mathworks.com/matlabcentral/fileexchange/27627-zoharby-plot-google-map All I did was that I commented out these lines, lat = [48.8708 51.5188 41.9260 40.4312 52.523 37.982]; lon = [2.4131 -0.1300 12.4951 -3.6788 13.415 23.715]; plot(lon,lat,'.r','MarkerSize',20) plot_google_map That's it - whole code is unchanged!!! Can be you please relate what is causing this problem Zohar Bar-Yehuda Reply Hi, It seems you're having some internal problem in MATLAB itself (the error is not in my function but in some MATLAB internal function). I suggest you try contacting the Mathworks support. Sorry I was unable to help, Zohar
Am Wed, 27 Jul 2016 13:07:14 +0300
Hi,
What MATLAB version are you using? Can you sen me a short example of a code that produces this problem?
Thanks, Zohar
This message was sent to you via your author page http://www.mathworks.com/matlabcentral/profile/authors/2121061-zohar-bar-yehuda on MATLAB Central.
Hello, I am a student and currently using your plot_google_map. The problem is I keep on getting this error: Out of memory. The likely cause is an infinite recursion within the program. Error in newplot>ObserveAxesNextPlot (line 124) cla(ax, 'reset',hsave);
and I have tried : set(api_key, 'RecursionLimit', 1000) or set(0, 'RecursionLimit', 1000) but still it doesn't work! Can you please tell me what's the problem here?
Kind Regards

Answers (0)

Community Treasure Hunt

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

Start Hunting!