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

    %% Find Size of geopoint Vector
% 
%%
% Create a geopoint vector and find its size. The second dimension is
% always 1.
load coastlines
p = geopoint(coastlat,coastlon);
size(p)