arrange_subplots:自动计算显示 N 个子图所需的 #rows 和 #columns。-matlab开发

时间:2024-06-19 08:57:51
【文件属性】:

文件名称:arrange_subplots:自动计算显示 N 个子图所需的 #rows 和 #columns。-matlab开发

文件大小:2KB

文件格式:ZIP

更新时间:2024-06-19 08:57:51

matlab

自动计算显示 N 个子图所需的 #rows 和 #columns。 此功能考虑了图像的大小。 可用于为 subplot 或 subplot_tight 提供输入 函数 [nrow, ncol] =arrange_subplots(n,imagesz) 目的计算需要多少行和列的子图整齐地显示 n 个子图。 此函数考虑每个子图的大小。 输入n - 所需的子图数量。 imagesz-每个子图的[高度,宽度]。 默认([1,1]) 输出[nrow, ncol] - 定义显示 n 个图所需的行数和列数。 示例:[nrow, ncol] =arrange_subplots(26, [200,500]) [nrow, ncol] =arrange_subplots(26) 张庚撰。 ( www.bfcat.com )。 2013 年 1 月


【文件预览】:
arrange_subplots.zip

网友评论