Q.1.
What is the output of the following code? feval[‘round’,123.12]
Q.2.
The feval command can evaluate __________
Q.3.
The eval command can evaluate __________
Q.4.
The input to the eval command is given using [].
Q.5.
The input to the evalc command is given using {}.
Q.6.
What is the value of ans from the following code? feval(‘sin(0),cos(0),123’)
Q.7.
What is the output of the following code? evalc(‘Laplace(t)’)
Q.8.
Which function gets disabled while using evalc()?
Q.9.
How much does the precision change while finding sin(x) using evalc and eval?