myplot_loglog

バージョン 1.0.0.0 (76.9 KB) 作成者: Wei-Ting Lin
Make a nice log-log plot, or semi-log plots quickly
ダウンロード: 64
更新 2016/9/2

ライセンスの表示

Make a nice log-log plot, or semi-log plots quickly. Can change the base of X and Y axis from (1, 2, e and 10) independently.
SYNTAX
h = myplot_loglog(X, Y, type, color, style, baseX, baseY)

X, Y :data to be (maybe) transformed and plotted
type, color, style : variables to be passed to function myplot
type : 'S' for scatter, 'L' for line, 'B' for both, [] for default ('S')
color : color code *, [ ] for default ( 3 , or darkblue)
style : style of line or symbal (e.g. 'o', ':'), [] for deafult
baseX, baseY: base of log transform on data X and Y.
Can be 1 (not transformed), 2, e (default), or 10. [] for default (e)

For documentation see:
https://github.com/weitingwlin/matlabutility/blob/master/documents/myplot_loglog.md
or the PDF file

引用

Wei-Ting Lin (2024). myplot_loglog (https://www.mathworks.com/matlabcentral/fileexchange/58988-myplot_loglog), MATLAB Central File Exchange. 取得済み .

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

ヒントを得たファイル: mycolor(colorcode, selectplate)

Community Treasure Hunt

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

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