How to write a character sequence for parallel symbol?
조회 수: 38 (최근 30일)
이전 댓글 표시
We use \perp to insert a perpendicular symbol "⊥" but I haven't found a charater sequence for the symbol parallel. How can we write its charater sequence?
댓글 수: 0
채택된 답변
추가 답변 (2개)
Walter Roberson
2021년 7월 16일
편집: Walter Roberson
2021년 7월 16일
abc||def ![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/685798/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/685798/image.png)
abc\|def ![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/685803/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/685803/image.png)
abc{\parellel}def ![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/685808/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/685808/image.png)
xlabel('$abc||def$', 'interpreter', 'latex')
ylabel('$abc\|def$', 'interpreter', 'latex')
title('$abc{\parallel}def', 'interpreter', 'latex')
So abc||def and abc\|def are supported for drawing, but not \parallel
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Graphics Object Properties에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!