disptables

版本 1.0.0.0 (4.1 KB) 作者: Daniel Jimenez
Adjust figure to fit MATLAB generated uitables.
213.0 次下载
更新时间 2014/3/31

查看许可证

% fighandle = disptables(fig,tables) helps resize figures in order to
% better display MATLAB generated uitables. If fig is a single figure
% handle the function will adjust the array of handles corresponding to
% the tables input or adjust the limits of the figure to a single table
% handle.
%
% fig and tables can be arrays of handles. E.g.:
% fighandle = disptables(fig,tables); - where fig and tables are a single
% figure handle and a single uitable handle.
%
% tables = [t1 t2 t3];
% fighandle = disptables(fig,tables); - where fig is a single figure
% handle and tables is an array of uitable handles.
%
% fig = [f1 f2 f3];
% tables = [t1 t2 t3];
% fighandle = disptables(fig,tables); - where fig is an array of figure
% handles and tables is an array of uitable handles.
%
% As added functionality, by clicking in the grey area outside the
% displayed uitable you can automatically copy the displayed tables into
% your computer's clipboard to export it to text editing software such as
% Microsoft Excel.
%
% See also copytoclipboard
%
% Code by Daniel R. Jimenez for the AARAE project. (28 March 2014)
% Please visit aarae.org to see a project where this file is being used!

引用格式

Daniel Jimenez (2024). disptables (https://www.mathworks.com/matlabcentral/fileexchange/46075-disptables), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2013a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Migrate GUIDE Apps 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0