MATLAB Questions and Answers – Laplace Transform – 2

This set of MATLAB written test Questions & Answers focuses on “Laplace Transform – 2”. 1. An L.T.I. system is stable if _______ a) Poles lie on left half of s-plane b) The R.O.C. encompasses the imaginary axis c) The poles lie on the left half of s-plane and the R.O.C. encompasses the imaginary axis … Read more

advertisement

MATLAB Questions and Answers – Laplace Transform – 1

This set of MATLAB Multiple Choice Questions & Answers (MCQs) focuses on “Laplace Transform – 1”. 1. The default Laplace transform, of functions, computed by MATLAB is __________ a) Unilateral b) Bilateral c) Multipolar d) Cannot be computed 2. The laplace transform of step function, u(t), can be calculated by using _____ a) syms t; … Read more

advertisement

MATLAB Questions and Answers – Spelling Error – 2

This set of MATLAB Multiple Choice Questions & Answers (MCQs) focuses on “Spelling Error – 2”. 1. What is the output of the following code? plot([0:1:4],one(1,5)) a) A pulse function from 0 to 4 units in time b) A step function c) A ramp function d) Error 2. What is the error when MATLAB finds … Read more

advertisement

MATLAB Questions and Answers – Spelling Error – 1

This set of MATLAB Multiple Choice Questions & Answers (MCQs) focuses on “Spelling Error – 1”. 1. What is the output of the following code? T=-9:0:9; STEM(T); a) Error b) Plots a ramp function from 0 to 9 units in time c) Plots a discrete function d) Logical Error 2. What is the output of … Read more

advertisement

MATLAB Questions and Answers – Syntax Error – 2

This set of MATLAB Multiple Choice Questions & Answers (MCQs) focuses on “Syntax Error – 2”. 1. What is the output of the following code? for ( i=1:10 ) if{i<3} break end end a) Syntactical Error b) Logical Error c) i=1 d) i=2 2. What is the final value of i? for i=[1:10] end a) … Read more

advertisement

MATLAB Questions and Answers – Syntax Error – 1

This set of MATLAB Multiple Choice Questions & Answers (MCQs) focuses on “Syntax Error – 1”. 1. What is the error in the following? input(“pop”) a) None b) “” c) Parentheses d) No such command 2. What is the error in the following code? for i={1: 10} p=a+1 end a) None b) {} c) The … Read more

advertisement

MATLAB Questions and Answers – Wrong or Unexpected Output

This set of MATLAB Multiple Choice Questions & Answers (MCQs) focuses on “Wrong or Unexpected Output”. 1. What is the output of the following code? cos(pi/2) a) 0 b) Close to 0 c) less than 0 d) Undefined 2. What is the output of the following code? sprintf(“5%”) a) “5” b) “5%” c) 5 d) … Read more

advertisement

MATLAB Questions and Answers – System Commands – 2

This set of MATLAB Questions & Answers for Exams focuses on “System Commands – 2”. 1. Which of the following command can be used for DOS commands? a) msdos b) dos c) ds d) not possible in MATLAB 2. The input to the unix command should be within _________ a) () b) {} c) [] … Read more

advertisement

MATLAB Questions and Answers – System Commands – 1

This set of MATLAB Multiple Choice Questions & Answers (MCQs) focuses on “System Commands – 1”. 1. The clipboard function cannot work without a) Python b) C c) JAVA d) Not present in MATLAB 2. What is the output of the following code? clipboard(’copy’,poe) a) Logical Error b) Copies ‘poe’ c) Copies poe d) Syntactical … Read more

advertisement

MATLAB Questions and Answers – Performance and Memory – 2

This set of Advanced MATLAB Questions and Answers focuses on “Performance and Memory – 2”. 1. Which of the following contains the memory for the virtual address space given to MATLAB? [p,q]=memory a) Error b) p c) There’s no virtual space for MATLAB d) q 2. The function handle given to the timeit command cannot … Read more

advertisement
Subscribe to our Newsletters (Subject-wise). Participate in the Sanfoundry Certification contest to get free Certificate of Merit. Join our social networks below and stay updated with latest contests, videos, internships and jobs!

Youtube | Telegram | LinkedIn | Instagram | Facebook | Twitter | Pinterest
Manish Bhojasia - Founder & CTO at Sanfoundry
Manish Bhojasia, a technology veteran with 20+ years @ Cisco & Wipro, is Founder and CTO at Sanfoundry. He lives in Bangalore, and focuses on development of Linux Kernel, SAN Technologies, Advanced C, Data Structures & Alogrithms. Stay connected with him at LinkedIn.

Subscribe to his free Masterclasses at Youtube & discussions at Telegram SanfoundryClasses.