Introduction to MATLAB Quiz

Introduction to MATLAB Quiz

University

20 Qs

quiz-placeholder

Similar activities

2D Array Test

2D Array Test

9th Grade - University

20 Qs

quiz 2nd/3rd year

quiz 2nd/3rd year

University

21 Qs

C fundmentals

C fundmentals

University

18 Qs

IT Risk Management

IT Risk Management

University

20 Qs

Karnaugh

Karnaugh

University

18 Qs

Input and output devices

Input and output devices

University

25 Qs

Fundamentals of Algorithms - Unit 1 - Test 1

Fundamentals of Algorithms - Unit 1 - Test 1

University

15 Qs

numpy library

numpy library

University

15 Qs

Introduction to MATLAB Quiz

Introduction to MATLAB Quiz

Assessment

Quiz

Computers

University

Hard

Created by

Khairul Imtiyaz

FREE Resource

20 questions

Show all answers

1.

OPEN ENDED QUESTION

3 mins • 1 pt

Create two variables, X as a 5-by-5 identity matrix and Y as a 2-by-3 matrix of random values. Use the whos command to display information about the variables in the workspace.

Evaluate responses using AI:

OFF

2.

OPEN ENDED QUESTION

3 mins • 1 pt

Using the variables X and Y from Question 1, save them to a file named workspaceData.mat, then clear all variables from the workspace.

Evaluate responses using AI:

OFF

3.

OPEN ENDED QUESTION

3 mins • 1 pt

Reload the variables X and Y into the workspace from the workspaceData.mat file created in Question 2.

Evaluate responses using AI:

OFF

4.

OPEN ENDED QUESTION

3 mins • 1 pt

Define variables p = 10 and q = 4, then compute their product, product_pq, without displaying the result in the Command Window. Use the arrow key to recall the command for defining q, change its value to 6, and compute the new product.

Evaluate responses using AI:

OFF

5.

OPEN ENDED QUESTION

3 mins • 1 pt

Create a 3-by-3 matrix A with the following values: Then, add 5 to each element of A and display the result.

Evaluate responses using AI:

OFF

6.

OPEN ENDED QUESTION

3 mins • 1 pt

Transpose the matrix A from Question 1. Then, calculate the element-wise square of each element in the transposed matrix.

Evaluate responses using AI:

OFF

7.

OPEN ENDED QUESTION

3 mins • 1 pt

Concatenate the matrix A horizontally with itself to create a new matrix B that has double the columns of A. Then, concatenate A vertically with itself to create a matrix C that has double the rows of A.

Evaluate responses using AI:

OFF

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?