PLOTA

バージョン 1.0.0.0 (647 Bytes) 作成者: Alex Bar-Guy
PLOTA plots each new plot using other color.
ダウンロード: 2.1K
更新 2005/10/21

ライセンスがありません

PLOTA is the same as standard PLOT function, BUT it plots each new plot using other color ( making 'hold on' automatically and cycling through the colors in the order specified by the current axes ColorOrder property )

EXAMPLE:
figure;
plota(randn(1,100));
plota(randn(1,100));
plota(randn(1,100));
legend('First call to plota', 'Second call to plota', 'Third call to plota')

引用

Alex Bar-Guy (2024). PLOTA (https://www.mathworks.com/matlabcentral/fileexchange/8767-plota), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R13SP1
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersSubplots についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0