dashLine

Create custom dash lines with any sequence of dashes
ダウンロード: 154
更新 2015/8/19

ライセンスの表示

The title is self-explanatory. This function actually converts a point sequence into several new point sequences. To visualize the line afterwards, you must plot using a full line. Inputing the current axis into the function allows you to specify the dash(es) and space(s) lengths in points instead of data units, and respects the on-screen data ratio.

引用

Joss Duchateau (2024). dashLine (https://www.mathworks.com/matlabcentral/fileexchange/52563-dashline), MATLAB Central File Exchange. 取得済み .

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

Community Treasure Hunt

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

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

Changed the functions a bit to handle semilog and loglog plots

1.1.0.0

Added the convertDash routine which makes conversion from standard LineStyles to custom dashes easy.
Just plot in a standard way with a 'Tag' argument of your choice and use convertDash('tagname', dashsize, spacesize) to convert plot and legend.

1.0.0.0