www.gusucode.com > mbcview 工具箱matlab源码程序 > mbcview/@cgtablenode/bpeditorinputs.m

    function [SFnode,OK] = bpeditorinputs(node)
%BPEDITORINPUTS

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



% If we're a cgfeattblnode then we have a subfeature, we thus use it.
% OK tells us if we should use this node.

SFnode = [];
OK = 1;

return