adplus-dvertising
frame-decoration

Question

What is the value of ans from the following code?
feval(‘sin(0),cos(0),123’)

a.

123

b.

0,1,123

c.

Error

d.

0

Posted under MATLAB

Answer: (a).123

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 value of ans from the following code?