MATLAB Graphics and Functions Quiz

MATLAB Graphics and Functions Quiz

University

59 Qs

quiz-placeholder

Similar activities

МАТЕМАТИКА 100-155

МАТЕМАТИКА 100-155

University

54 Qs

Algorimt/program-2

Algorimt/program-2

University

59 Qs

PRELIM EXAM_INTERNET RESEARCH FOR BUSINESS

PRELIM EXAM_INTERNET RESEARCH FOR BUSINESS

University

55 Qs

COMPROG

COMPROG

University

60 Qs

Kuis LD2

Kuis LD2

University

56 Qs

Python final questions part 2

Python final questions part 2

University

62 Qs

Algorimt/program-1

Algorimt/program-1

University

62 Qs

Multimedia Operating Systems Quiz

Multimedia Operating Systems Quiz

University

60 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?