How to write a character sequence for parallel symbol?
显示 更早的评论
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?
采纳的回答
更多回答(2 个)
\parallel
MATLAB uses the latex symbols. If it doesn't work, you may go for '||' this right?
abc||def 

abc\|def 

abc{\parellel}def 
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
类别
在 帮助中心 和 File Exchange 中查找有关 Symbolic Math Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
