www.gusucode.com > mbcdata 工具箱 matlab 源码程序 > mbcdata/@calibrationdata/@visionv2interface/getStrategies.m

    function strategyNames = getStrategies(obj)
%GETSTRATEGIES  Get available strategies for current device.
%
%  STRATEGYNAMES = GETSTRATEGIES(CAL) gets the names of available
%  strategies for the current device in the calibration CAL.
%
%  A project can have multiple devices, a device can have multiple
%  strategies, and a strategy can have multiple calibrations.
%
%  See also GETDEVICES, GETCALIBRATIONS.

%  Copyright 2000-2005 The MathWorks, Inc.


strategyNames = get(obj.IStrategies, {'Name'});