Which colour does Matlab use for strings?
15 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Bit of a strange question but I'm putting my .m files into Latex and after trying to use a few importing files I've found from various sites I've come to the conclusion that using \begin{alltt} is actually much easier.
The only problem is colour... Is there a way to find out what colour Matlab uses for strings? As in when you type text between ' ' in the command window, it becomes light purple. What is the RGB code for this or does anyone know if Latex already has a colour that would do the job?
0 comentarios
Respuesta aceptada
Jiro Doke
el 19 de Feb. de 2011
On my MATLAB, the color for the strings is [160, 32, 240] (in uint8). You can check it from your Preferences -> Colors -> Strings.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre LaTeX 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!