MATLAB Graphics and Functions Quiz

MATLAB Graphics and Functions Quiz

University

59 Qs

quiz-placeholder

Similar activities

Python final questions part 2

Python final questions part 2

University

62 Qs

PRELIM EXAM_INTERNET RESEARCH FOR BUSINESS

PRELIM EXAM_INTERNET RESEARCH FOR BUSINESS

University

55 Qs

MS  Excel

MS Excel

University

63 Qs

Summative - Python

Summative - Python

University

60 Qs

Mastering C Programming Concepts

Mastering C Programming Concepts

University

55 Qs

жи 181-235

жи 181-235

University

55 Qs

Midterm Examination in HCI

Midterm Examination in HCI

University

58 Qs

Section 3 Ch15 Web 2.0

Section 3 Ch15 Web 2.0

University

58 Qs

MATLAB Graphics and Functions Quiz

MATLAB Graphics and Functions Quiz

Assessment

Quiz

Information Technology (IT)

University

Easy

Created by

Günel Cabbarlı

Used 3+ times

FREE Resource

59 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the plot(x, y) function do?

Plots a bar chart

Creates a 3D surface plot

Generates a table

Displays a histogram

Draws a line plot of vector data

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following adds a grid to a plot?

show grid

display grid on

grid on

addgrid

enable grid

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you plot sine and cosine functions on the same axes?

plot(x, y1); plot(x, y2)

plot(x, y1 + y2)

plot(x, y1, x, y2)

dualplot(x, y1, y2)

subplot(x, y1, y2)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to create a bar chart?

bar()

plotbar()

barchart()

plot()

bargraph()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does subplot(2,1,1) do?

Creates one big plot

Divides the figure into 2 columns and 1 row

Creates a plot in the top half of a 2-row figure

Creates a second figure

Splits the window vertically

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does saveas(gcf, 'plot1.png') do?

Saves current figure to the workspace

Exports code as an image

Saves the current figure as a PNG file

Copies the figure to clipboard

Saves data in .fig format

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword changes the line width in a plot?

LineSize

linewidth

LineWidth

line_width

width

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?