adplus-dvertising
frame-decoration

Question

What is the output of the following code?
q=0;syms p,q

a.

q=0

b.

p
q=0

c.

p
q

d.

Error

Posted under MATLAB

Answer: (b). p
q=0

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?