MATLAB Graphics and Functions Quiz

MATLAB Graphics and Functions Quiz

University

59 Qs

quiz-placeholder

Similar activities

Algorimt/program-2

Algorimt/program-2

University

59 Qs

C++ Object-Oriented Programming Quiz

C++ Object-Oriented Programming Quiz

University

55 Qs

COMPROG

COMPROG

University

60 Qs

Quiz sobre Comandos de Linux

Quiz sobre Comandos de Linux

University

59 Qs

SQL Subqueries and Functions Quiz

SQL Subqueries and Functions Quiz

University

60 Qs

Information Management 1

Information Management 1

12th Grade - University

58 Qs

Quiz - Spark Hadoop e Big Data

Quiz - Spark Hadoop e Big Data

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

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?