출처: http://www.mathworks.co.kr/kr/help/matlab/ref/plot.html
Matlab Plot을 할때 포인트의 마커를 지정하고 싶은 경우가 많은데요 Matlab 매뉴얼에 마커의 모양과 색상을 지정하는 방법을 정리한 부분이 있네요. 다시 찾기 귀찮아서 정리해둡니다.
Example: '--or' is a red dashed line with circle markers
Specifier | Line Style |
---|---|
- | Solid line (default) |
-- | Dashed line |
: | Dotted line |
-. | Dash-dot line |
Specifier | Marker |
---|---|
o | Circle |
+ | Plus sign |
* | Asterisk |
. | Point |
x | Cross |
s | Square |
d | Diamond |
^ | Upward-pointing triangle |
v | Downward-pointing triangle |
> | Right-pointing triangle |
< | Left-pointing triangle |
p | Pentagram |
h | Hexagram |
Specifier | Color |
---|---|
yellow | |
magenta | |
cyan | |
red | |
green | |
blue | |
white | |
black |
'개발 > Matlab' 카테고리의 다른 글
Matlab 단축키 전부를 보는 방법 (0) | 2017.10.12 |
---|---|
Matlab에서 입력 파일 한 줄 읽기 (0) | 2014.06.19 |
Matlab Coder 사용시 공백이 있는 문자열 불러오기 (0) | 2013.10.23 |
Matlab Coder Unknown compiler 오류 메시지 해결 방법 (0) | 2013.10.22 |