www.gusucode.com > map 案例源码 matlab代码程序 > map/FindSizeOfMappointVectorExample.m

    %% Find Size of mappoint Vector
%  
%%
% Create a mappoint vector and get its size.
load coastlines
p = mappoint(coastlat, coastlon);
size(p)