www.gusucode.com > mbctools 工具箱 matlab 源码程序 > mbctools/@mdev_local/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 = strcmp(guid(mdev),'local');
s.InfoLeft = false;