Question
A=[1 2 ‘a’;…
‘f’ ‘q’ ‘w’];
a.
A 2*3 character array
b.
A 3*2 character matrix
c.
A 3*2 character vector
d.
A 2*3 character vector
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 is the output of the following code?
Similar Questions
Discover Related MCQs
Q. All matrices are vectors but all vectors are not matrices in MATLAB.
View solution
Q. If the dimensions of vectors don’t match, the plot command will always give an error.
View solution
Q. What is the name of a primary function?
View solution
Q. Predominantly, what are the two kinds of errors in MATLAB programs?
View solution
Q. If the program demands evaluation of multiple, only decimal, values of the same function, what is the better way amongst the following?
View solution
Q. What are persistent variables?
View solution
Q. Variables need to have same name while being passed from the primary function to the sub-function.
View solution
Q. Which command can be used for single step execution in debugging mode?
View solution
Q. How do we access a global variable in nested functions?
View solution
Q. How does MATLAB help in passing function arguments?
View solution
Q. Which line is treated as H1 line?
View solution
Q. What are the functions to see the graph of a continuous and a discrete function?
View solution
Q. If we want to plot matrix arguments, which of the following gets plotted?
View solution
Q. To bring the scale of each axis to logarithmically spaced, the student entered ‘semilogx()’. What really happened?
View solution
Q. After trying to plot a pie-chart, the student finds that the function he used is rose(). What is the nature of data used by the student if an output graph is generated?
View solution
Q. To place a text on the plot using a mouse, the command used is _________
View solution
Q. What is the condition on x in bar(x,y)?
View solution
Q. If we put bar(x,y,1.2), we will get _____ bars.
View solution
Q. A student has to plot a graph of f(x)=t and g(y)=t in the same graph, with t as a parameter. The function he uses is ____
View solution
Q. To exhibit time-series or spatial-series data, what kind of diagrams are suitable?
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!