combplot

Copies axes from existing figures into a single new figure window.

您现在正在关注此提交

This is an "after the fact" way to use SUBPLOT. For example:

close('all'), ezplot('sin(t)')
figure, ezplot('cos(t)')
figure, ezplot('sin(t)+cos(t)')
combplot(1:3,[3 1])

This puts three plots into a vertical orientation in a new figure.

引用格式

Toby Driscoll (2026). combplot (https://ww2.mathworks.cn/matlabcentral/fileexchange/3147-combplot), MATLAB Central File Exchange. 检索时间: .

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.0.0.0