www.gusucode.com > mbctools 工具箱 matlab 源码程序 > mbctools/@modeldev/show.m

    function [ViewData]= show(mdev,~,ViewData)
%SHOW  Model Browser show interface
%
%  VIEW = SHOW(MDEV, MB, VIEW) is called when the modeldev MDEV is selected
%  in the Model Browser.

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


show(ViewData,mdev);