An improved subplot function

An improved subplot function

現在この提出コンテンツをフォロー中です。

Allows to control the distance between subplots, add labels on rows/columns only and more.
% simple example:
subplot1(2,3);
subplot1(1); plot(rand(10,1));
subplot1(2); plot(rand(10,1));
...

引用

Eran Ofek (2026). An improved subplot function (https://jp.mathworks.com/matlabcentral/fileexchange/9694-an-improved-subplot-function), MATLAB Central File Exchange. に取得済み.

謝辞

ヒントを与えたファイル: Spectral acceleration, velocity and displacement spectra, subtightplot

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.0