Question
X = [1.4+2.3i 3.1-2.2i -5.3+10.9i]
X = 1.4000 + 2.3000i 3.1000 - 2.2000i -5.3000 +10.9000i
Y = fix(X)
a.
Y = 1.0000 + 2.0000i 3.0000 – 4.0000i -5.0000 +10.0000i
b.
Y = 2.0000 + 3.0000i 3.1000 – 2.2000i -5.3000 +10.9000i
c.
Y = 1.0000 + 2.0000i 3.0000 – 2.0000i -5.0000 +10.0000i
d.
Y = 2.0000 + 3.0000i 3.1000 – 2.2000i -5.3000 +10.9000i
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. What would be the output of the following code (in editor window)?
Similar Questions
Discover Related MCQs
Q. If one operand is a scalar and the other is not, then MATLAB applies the scalar to every element of the other operand. This property is known as ______________
View solution
Q. Matrix operations follow the rules of linear algebra and are not compatible with multidimensional arrays.
View solution
Q. Conversion Function int16 uses_________ range of value?
View solution
Q. Largest and smallest values for integer classes is 127 to -128.
View solution
Q. From the following desktop view of workspace, choose the correct code.
View solution
Q. Choose the correct option as an inference from the following workspace view.
View solution
Q. What are Max and Min in the Workspace shown below?
View solution
Q. What kind of a plot is this?
View solution
Q. MATLAB stands for?
View solution
Q. Which command is used to clear a command window?
View solution
Q. To determine whether an input is MATLAB keyword, command is?
View solution
Q. Command used to display the value of variable x.
View solution
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
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!
Microprocessor
Understand the heart of your computer with our Microprocessor MCQs. Topics include...
Java Programming
Level up your coding skills with our Java Programming MCQs. From object-oriented...