0% found this document useful (0 votes)
122 views9 pages

MATLAB Previous Question Papers

The document contains multiple subjective question papers for MATLAB Programming from Ravindra College of Engineering for Women, dated March and May 2019. Each paper includes short answer questions and a selection of longer questions, focusing on MATLAB functions, programming concepts, and solving linear equations. The papers are structured into two parts, with specific instructions on answering questions.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
122 views9 pages

MATLAB Previous Question Papers

The document contains multiple subjective question papers for MATLAB Programming from Ravindra College of Engineering for Women, dated March and May 2019. Each paper includes short answer questions and a selection of longer questions, focusing on MATLAB functions, programming concepts, and solving linear equations. The papers are structured into two parts, with specific instructions on answering questions.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

RAVINDRA COLLEGE OF ENGINEERING FOR WOMEN SET-4

Nandikotkur Road, Kurnool – 518 004

MID – I SUBJECTIVE PAPER DATE:05-03-2019


Year & Semester: III B.Tech II SEM Branch:ECE TIME: 1 1/2 HOUR
Name of the Subject: MATLAB PROGRAMMING Max. Marks: 30M
PART-A
1. SHORT ANSWER QUESTIONS EACH QUESTION CARRIES (2M)
a. List any two elementary mathematical functions.
b. Distinguish between plot and stem in plotting results.
c. What is purpose of left division method?
d. Write a matlab program to solve linear equations using inverse method
given below.
3x1+9x2=6, x1-4x2= 2
e. What is underdetermined system?

PART-B

Note: Answer TWO Questions; either 2nd Question or 3rd Question &
either 4th Question or 5th Question
1. 2. Mention the syntax of function statement and create a user defined function
to return the maximum number when three numbers are given as arguments.

OR
3. Explain in detail the process of hierarchy of operations.
4. Mention different types of conditional statements and loop control statements.
OR
5. Write a matlab program to solve the linear system using the Cramer’s
method
2x1+3x2-x3=1
x1+2x2-x3=4
-2x1-x2+x3=-3
RAVINDRA COLLEGE OF ENGINEERING FOR WOMEN SET-3
Nandikotkur Road, Kurnool – 518 004

MID – I SUBJECTIVE PAPER DATE:05-03-2019


Year & Semester: III B.Tech IISEM Branch:ECE TIME: 1 1/2 HOUR
Name of the Subject: MATLAB PROGRAMMING Max. Marks: 30M
PART-A
1. SHORT ANSWER QUESTIONS EACH QUESTION CARRIES (2M)
a. What is user defined functions?
b. Mention any two differences between relational and logical operators.
.c. How to find bugs in matlab.
d. Determinant of 𝐴=[3 4;2 3] and write the matlab command for
determinant.

e. What is over determined system?

PART-B
Note: Answer TWO Questions; either 2nd Question or 3rd Question &
either 4th Question or 5th Question

2. Describe briefly about the advanced functions available in matlab programming


OR
3 Explain programming in matlab.

4. Describe about control-flow structures frequently used in matlab programming with


examples
OR
5. Write a matlab program to solve the set of linear system equations using
elementary solution method.
x+2y+3z=0
3x+4y+4z=0
7x+10y+12z=0
RAVINDRA COLLEGE OF ENGINEERING FOR WOMEN SET-2
Nandikotkur Road, Kurnool – 518 004

MID – I SUBJECTIVE PAPER DATE:05-03-2019


Year & Semester: III B.Tech II SEM Branch:ECE TIME: 1 1/2 HOUR
Name of the Subject: MATLAB PROGRAMMING Max. Marks: 30M
PART-A

1. SHORT ANSWER QUESTIONS EACH QUESTION CARRIES (2M)


a. Write any two advantages of advanced function programming
b. What are the basic conditional statements available in matlab?
c. What are the basic logical operators available in matlab?

d. Find the determinant of 𝐴=[2 3;3 2] and write the matlab command for
determinant.
e. How to calculate inverse of matrix?
PART-B

Note: Answer TWO Questions; either 2nd Question or 3rd Question &
either 4th Question or 5th Question
2. What are the user defined functions? Write matlab program to sort vector v = [23 45 12
9 5 0 19 17] using matlab commands.
OR
3. Explain adavantages of matlab.
4. Describe commonly used commands for plotting graphs in results analysis.
OR
5. Write a matlab program to solve the set of linear system equations using the matrix
method:
x+2y+3z=9
2x-y+3z=8
3x+0y-z=3
RAVINDRA COLLEGE OF ENGINEERING FOR WOMEN SET-1
Nandikotkur Road, Kurnool – 518 004

MID – I SUBJECTIVE PAPER DATE:05-03-2019


Year & Semester: III B.Tech I SEM Branch:ECE TIME: 1 1/2 HOUR
Name of the Subject: MATLAB PROGRAMMING Max. Marks: 30M
PART-A
1. SHORT ANSWER QUESTIONS EACH QUESTION CARRIES (2M)
1) a. What is the purpose of data files?
b. How does the subplot function will work in plotting graphs?
c. Mention different types of conditional statements and loop control statements
d. Solve the given equation using matrix method of linear equation:
2x1+9x2=5 ,3x1-4x2=7
e. Write any four three dimensional plotting functions.

PART-B
Note: Answer TWO Questions; either 2nd Question or 3rd Question &
either 4th Question or 5th Question
3. Discuss about elementary mathematical function with proper commands.

OR
4. Write short notes on workspace in MATLAB environment

4.List various relational operators available in matlab with detailed description


OR

5. Write a matlab program to solve the set of linear system equations using the
Cramer’s method: :

x+y+z=11

2x-6y-z=0

3x+4y+2z=0
RAVINDRA COLLEGE OF ENGINEERING FOR WOMEN SET-4
Nandikotkur Road, Kurnool – 518 004

MID – I SUBJECTIVE PAPER DATE:09-05-2019


Year & Semester: III B.Tech II SEM Branch:ECE TIME: 1 1/2 HOUR
Name of the Subject: MATLAB PROGRAMMING Max. Marks: 30M
PART-A
1. SHORT ANSWER QUESTIONS EACH QUESTION CARRIES (2M)
a. List any two elementary mathematical functions.
b. Distinguish between plot and stem in plotting results.
c. What is purpose of left division method?
d. Write a matlab program to solve linear equations using inverse method
given below.
3x1+9x2=6, x1-4x2= 2
e. What is underdetermined system?

PART-B

Note: Answer TWO Questions; either 2nd Question or 3rd Question &
either 4th Question or 5th Question
2. Mention the syntax of function statement and create a user defined function to
return the maximum number when three numbers are given as arguments.
OR
3. a. Explain in detail three dimensional plots.
b. Explain Underdetermined Systems in Matlab programming.
4. Mention different types of conditional statements and loop control statements.
OR
5. Write a matlab program to solve the linear system using the Cramer’s
method
2x1+3x2-x3=1
x1+2x2-x3=4
-2x1-x2+x3=-3
RAVINDRA COLLEGE OF ENGINEERING FOR WOMEN SET-3
Nandikotkur Road, Kurnool – 518 004

MID – I SUBJECTIVE PAPER DATE:09-05-2019


Year & Semester: III B.Tech IISEM Branch:ECE TIME: 1 1/2 HOUR
Name of the Subject: MATLAB PROGRAMMING Max. Marks: 30M
PART-A
1. SHORT ANSWER QUESTIONS EACH QUESTION CARRIES (2M)
a. What is user defined functions?
b. Mention any two differences between relational and logical operators.
.c. How to find bugs in matlab.
d. Determinant of 𝐴=[3 4;2 3] and write the matlab command for
determinant.

e. What is over determined system?

PART-B
Note: Answer TWO Questions; either 2nd Question or 3rd Question &
either 4th Question or 5th Question
2. Describe briefly about the advanced functions available in matlab programming
OR
3. a.Write a brief description about a Matrix Methods for Linear Equations using
matlab.
b. Explain Interactive Plotting in matlab.

4. Describe about control-flow structures frequently used in matlab programming with


examples
OR
5. Write a matlab program to solve the set of linear system equations using
elementary solution method.
x+2y+3z=0
3x+4y+4z=0
7x+10y+12z=0
RAVINDRA COLLEGE OF ENGINEERING FOR WOMEN SET-2
Nandikotkur Road, Kurnool – 518 004

MID – I SUBJECTIVE PAPER DATE:09-05-2019


Year & Semester: III B.Tech II SEM Branch:ECE TIME: 1 1/2 HOUR
Name of the Subject: MATLAB PROGRAMMING Max. Marks: 30M
PART-A

1. SHORT ANSWER QUESTIONS EACH QUESTION CARRIES (2M)


a. Write any two advantages of advanced function programming
b. What are the basic conditional statements available in matlab?
c. What are the basic logical operators available in matlab?

d. Find the determinant of 𝐴=[2 3;3 2] and write the matlab command for
determinant.
e. How to calculate inverse of matrix?
PART-B
Note: Answer TWO Questions; either 2nd Question or 3rd Question &
either 4th Question or 5th Question
2. What are the user defined functions? Write matlab program to sort vector v = [23 45 12
9 5 0 19 17] using matlab commands.
OR
3. a) What is nested if structure? Write the syntax of the nested if structure.
b) How to solve linear equations in Matlab using Cramers Method? Explain.
4. Describe commonly used commands for plotting graphs in results analysis.
OR
5. Write a matlab program to solve the set of linear system equations using the matrix
method:
x+2y+3z=9
2x-y+3z=8
3x+0y-z=3
RAVINDRA COLLEGE OF ENGINEERING FOR WOMEN SET-1
Nandikotkur Road, Kurnool – 518 004

MID – I SUBJECTIVE PAPER DATE:09-05-2019


Year & Semester: III B.Tech I SEM Branch:ECE TIME: 1 1/2 HOUR
Name of the Subject: MATLAB PROGRAMMING Max. Marks: 30M
PART-A
1. SHORT ANSWER QUESTIONS EACH QUESTION CARRIES (2M)
1) a. What is the purpose of data files?
b. How does the subplot function will work in plotting graphs?
c. Mention different types of conditional statements and loop control statements
d. Solve the given equation using matrix method of linear equation:
2x1+9x2=5 ,3x1-4x2=7
e. Write any four three dimensional plotting functions.

PART-B
Note: Answer TWO Questions; either 2nd Question or 3rd Question &
either 4th Question or 5th Question
2. Discuss about elementary mathematical function with proper commands.

OR
3. a) Explain over determined systems in Matlab programming.
b) Brief the use of switch statement

4. List various relational operators available in matlab with detailed description


OR

5. Write a matlab program to solve the set of linear system equations using the
Cramer’s method:

x+y+z=11

2x-6y-z=0

3x+4y+2z=0

You might also like