1.

After trying to plot a pie-chart, the student finds that the function he used is rose(). What is the nature of data used by the student if an output graph is generated?(a) Angles in radians(b) Linear bivariate(c) Logarithmic(d) This is not possible in MATLABThe question was asked in an online quiz.Question is from Graphics topic in chapter MATLAB Basics of MATLAB

Answer»

Correct CHOICE is (b) Linear bivariate

Best explanation: The student GETS an angle histogram plot. So, he used the wrong function. But the plot was GENERATED. So, his lines of code have defined the date in terms of ANGLES. PLUS he has used the rose command in place of the pie command.



Discussion

No Comment Found

Related InterviewSolutions