MCQs > IT & Programming > MATLAB > You've just plotted some data and want to change the color behind the lines you've plotted to black. Which code block will accomplish this?

MATLAB MCQs

You've just plotted some data and want to change the color behind the lines you've plotted to black. Which code block will accomplish this?

Answer

Correct Answer: h_a = gca; set(h_a,'Color', [0 0 0]);

Explanation:

Note: This Question is unanswered, help us to find answer for this one

MATLAB Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

MATLAB Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it