adplus-dvertising
frame-decoration

Question

What is the output of the following code?
syms p q;
x=p+2q;
findsym[x]

a.

Syntactical Error

b.

p,q

c.

No such command

d.

p

Posted under MATLAB

Answer: (a).Syntactical Error

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?