Is an ICC profile applied to a figure output in MATLAB by default?
2 views (last 30 days)
Show older comments
MathWorks Support Team
on 22 Jan 2024
Answered: MathWorks Support Team
on 25 Jan 2024
I'm trying to create a figure using:
>> f1 = figure('color', [1 0 0]); % Create a red figure window
Now, I would like to know whether the figure will be displayed in the display's native color or will the color be adjusted with the "ICC profile" that my operating system is using. In other words, I would like to know if I display a simple figure window in MATLAB, will an "ICC profile" be applied to it by default or not?
Accepted Answer
MathWorks Support Team
on 22 Jan 2024
MATLAB Desktop does not have the "ICC profile" applied to it by default and the figure will be displayed in the native color of the display it is being viewed in (i.e., no ICC profile is applied to the output).
However, for MATLAB Online, some non-Chromium browsers might apply the "ICC profile" to the “Canvas” in which MATLAB Online gets rendered in a web browser. This is not true for Chromium browsers wherein no "ICC profile" is applied to MATLAB Online.
0 Comments
More Answers (0)
See Also
Categories
Find more on Contour Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!