Which colour does Matlab use for strings?

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?

 採用された回答

Jiro Doke
Jiro Doke 2011 年 2 月 19 日

1 投票

On my MATLAB, the color for the strings is [160, 32, 240] (in uint8). You can check it from your Preferences -> Colors -> Strings.

その他の回答 (0 件)

タグ

質問済み:

2011 年 2 月 19 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by