Question
size = [1 3]’ ;
size(size)
a.
error
b.
1 3
c.
3 1
d.
3 3
Posted under MATLAB
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. Which of the following statements shows the result of executing the following line in the editor window?
Similar Questions
Discover Related MCQs
Q. Command is used to save command window text to file.
View solution
Q. To stop the execution of a MATLAB command, used keys?
View solution
Q. Which is the invalid variable name in MATLAB?
View solution
Q. What is the difference between syms ‘x’ and sym ‘x’?
View solution
Q. In the function vpa(‘9⁸¹’,10), why do we put 9⁸¹ within inverted commas?
View solution
Q. How would you simplify log(x²⁰) – log(x¹³) – log(x⁷) in MATLAB? (Assume x is defined as a string variable)
View solution
Q. What happens if we don’t assign a variable to an expression which evaluates a numerical value?
View solution
Q. MATLAB sees a ________ ordered variable as a vector of dimension n*1.
View solution
Q. Name the functions used, for multiplication and division of two polynomials in MATLAB.
View solution
Q. How can the formulation of polynomial be done from its roots?
View solution
Q. The function to evaluate the value of a polynomial,l for a constant value of the independent variable(say a) in the polynomial is ______
View solution
Q. What is the disadvantage of the whos function in MATLAB?
View solution
Q. What is the replacement for the whos function?
View solution
Q. What does the Workspace show?
View solution
Q. What is the size of double and symbolic variables holding integer constants?
View solution
Q. What is the difference between who and whos command?
View solution
Q. How would you express a pi as a character and an integer? Choose the correct code.
View solution
Q. The uniform distribution can range from -infinity to 0 or 0 to Infinity but not from -infinity to infinity.
View solution
Q. If a character input is given to a command which only takes integers, it’ll always give an error.
View solution
Q. Which function is preferable to find the magnitude of a complex number?
View solution
Suggested Topics
Are you eager to expand your knowledge beyond MATLAB? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!