www.gusucode.com > mbcdesign 工具箱 matlab 源码程序 > mbcdesign/@xregdesign/getuserfixed.m

    function flags = getuserfixed(des)
%GETUSERFIXED Return list of points that have been fixed by the user
%
%  FLAGS = GETUSERFIXED(DES) returns a logical vector indicating which
%  points have been marked as fixed by the user.

%  Copyright 2000-2004 The MathWorks, Inc. and Ford Global Technologies, Inc.


flags = pGetFlags(des, 'FIXED');