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

    function [node, changes] = displayInfo(node);
%DISPLAYINFO Displays model information in a properties dialog
%
%  [node, changed] = DISPLAYINFO(node) opens the properties dialog for the
%  model contained in node.  If changes are made, the node is updated and
%  changed is returned as "true".

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


pModExpr = getdata(node);
[pModExpr.info, changes] = propertydialog(pModExpr.info);