Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

I'm trying to find out if it's possible to create custom point markers (from some image files) in Matlab with Mapping Toolbox.

So far, I haven't found anything about this in their documentation. Online searches only yielded:

No. The marker shapes are hard-coded and you cannot add new ones. If you want a custom marker, then at each point you want the marker, you will have to use line() or equivalent to draw the marker or image() or equivalent to draw in an image.

(Source: http://groups.google.com/group/comp.soft-sys.matlab/browse_thread/thread/4fe4e31f191f7080)

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.