MATLAB爱好者论坛-LabFans.com

MATLAB爱好者论坛-LabFans.com (https://www.labfans.com/bbs/index.php)
-   资料存档 (https://www.labfans.com/bbs/forumdisplay.php?f=72)
-   -   我如何从矩阵应用设计器Matlab创建表 (https://www.labfans.com/bbs/showthread.php?t=22437)

poster 2019-12-05 23:21

我如何从矩阵应用设计器Matlab创建表
 
我想使用应用设计器Matlab创建一个表,如下所示: [URL="https://i.stack.imgur.com/YMunl.png"]table[/URL]

我这样尝试:

'''fig = uifigure; k=1; avv = zeros(13,9); for y = 1 : 9 for x = 1 : 13 avv(x,y)= k; k=k+1; end end t=array2table(avv); uit.avv = uitable(fig,t);'''

[url=https://stackoverflow.com/q/59198216]更多&回答...[/url]


所有时间均为北京时间。现在的时间是 23:42

Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.