home / study / engineering / computer science / computer science questions and a
ID: 3586713 • Letter: H
Question
home / study / engineering / computer science / computer science questions and answers / MATLAB Suppose The Variable A Exists In The Workspace. Write An Expression That Determines ...
Your question has been answered
Let us know if you got a helpful answer. Rate this answer
Question: MATLAB Suppose the variable A exists in the workspace. Write an expression that determines the nu...
MATLAB
Suppose the variable A exists in the workspace. Write an expression that determines the number of elements in the 1-dimensional array A (the length of the array)
a. length(A)
b. numel(A)
c. max(size(A))
Explanation / Answer
Answer: b. numel(A)
numel() function is used to find the number of element in an 1D-array
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.