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

    %% Convert RPCCoefficientTag Properties to 92-Element Vector
% 
%%
% Create an RPCCoefficientTag object and view the object summary display.

% Copyright 2015 The MathWorks, Inc.

rpctag = map.geotiff.RPCCoefficientTag
%%
% Call the RPCCoefficientTag class method |double| to convert the object
% into a vector of |doubles|. View the result.
tifftagvalues = double(rpctag)