What is the RGB code of tytle stile color in matlab .mlx file?

조회 수: 1 (최근 30일)
Giuseppe
Giuseppe 2021년 3월 23일
댓글: DGM 2021년 3월 25일
I want to reproduce this color in my LaTex document, where I've copied my matlab script and I need the RGB code of this sort of orange:

채택된 답변

DGM
DGM 2021년 3월 24일
편집: DGM 2021년 3월 24일
I'm not sure if you're asking for a programmatic way of extracting the color or if you just want the color tuple itself.
Assuming you just want the color tuple, it appears to be:
  • 0xD55000 <-- if you want it in hex
  • [213 80 0] <-- if you want it in uint8
  • [0.83529 0.31373 0] <-- if you want it as a normalized float
I don't have a copy of the document, so I can't be any more certain than that.
EDIT: looking around at some other .mlx files on the FEX, this does appear to be the correct color tuple.
  댓글 수: 2
Giuseppe
Giuseppe 2021년 3월 25일
Don't worry, I have used the normalized triplet and it works!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Large Files and Big Data에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by