You have
N1a= F1, 0 % see the hint above
In MATLAB, this means:
Assign the expression in F1 to the variable N1a. Then display the result of the calculation to the user in the form
N1a =
(whatever the value is goes here)
Then calculate the result of executing the number 0. Then display the result of the calculation to the user in the form
ans =
0
The question hints that you should use subs()
