Error in installation in matlab

Asked By 0 points N/A Posted on -
qa-featured

I am new in matlab and do not understand a term color specification. what is meant by color specification in matlab?

SHARE
Best Answer by Ysaf Goal
Best Answer
Best Answer
Answered By 0 points N/A #122756

Error in installation in matlab

qa-featured

 

In MATLAB we specify color in three different ways. Color specification is for graphics representation in MATLAB.
These three ways are as follow.
1. RGB triple  (Red Green Blue)
2. Short name
3. Long name
RGB is the three element row vector,it's elements shows the intensities of following three colors that are red, Green and blue and there Range is from 0 to 1.
The short name and Long name specify the eight colors which are predefined.Both short name and long name are MATLAB strings.
Color Specification is not a function.The important point is that the color which you specify are not part of figure color map.
The table for color specification is as:
Answered By 10 points N/A #122757

Error in installation in matlab

qa-featured

The color specification is used to display the output in of your desired equations and data. Once a program is designed it is developed by understanding the need of users matlab provides the good color specification and it provides its users to see a good view through its output. This is the basic color scheme that is given to the program so that whenever you enter the formulas or some data in matlab it provides you with a good interface and that helps to make a good user interface.
 

Michal joran.

Related Questions