Special character adding in command window
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentario
Respuestas (1)
Walter Roberson
el 17 de Mayo de 2012
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 comentarios
Ver también
Categorías
Más información sobre Characters and Strings en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!