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

    function s = getViewLayout(mdev)
%getViewLayout view layout for project 
%   s = getViewLayout(mdev)
%   s is a structure with ShowList and InfoLeft fields

%  Copyright 2015-2016 The MathWorks, Inc. 


s.ShowList = true;
s.InfoLeft = true;