Special character adding in command window
2 次查看(过去 30 天)
显示 更早的评论
Hi I want to ask how we can add a special charecter like gama or beta in the command window.
For ex I want to write
syms a b gama beta
Thanks for your help
回答(1 个)
Walter Roberson
2012-5-17
You are restricted to writing them as parts of strings or comments: they will be treated as syntax errors in all other contexts.
There is no special support for writing the characters, just whatever keyboard support your operating system provides (e.g., "virtual keyboard", copying and pasting ffrom another document, alt-green keyboard sequences, alt-number keyboard sequences.)
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Characters and Strings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!