Using MatLab: Given the following function, which statement is true? Question 2
ID: 3603199 • Letter: U
Question
Using MatLab:
Given the following function, which statement is true?
Question 2 options:
This function requires two formal parameters
n,m,s can be accessed outside of the function. For example, in the Command line
the 'end' at the end of the function can be omitted
This function has no return value
A:This function requires two formal parameters
B:n,m,s can be accessed outside of the function. For example, in the Command line
C:the 'end' at the end of the function can be omitted
D:This function has no return value
Explanation / Answer
Answer:-
Option D -This function has no return value.