1.

What is the RGB triplet style for yellow?(a) [1 1 0](b) [1 0 1](c) [1 0 0](d) [0 1 1]The question was posed to me in homework.I want to ask this question from Three-Dimensional Plots in portion MATLAB Graphics of MATLAB

Answer»

The correct choice is (a) [1 1 0]

Easy EXPLANATION: The RGB TRIPLET specifies the intensity of Red, YELLOW and Green for a user-specified color input to the surf COMMAND. For yellow, it is defined in MATLAB as [1 1 0].



Discussion

No Comment Found

Related InterviewSolutions