MATLAB: Can’t get fprintf to display the equations answer

display problemsfprintfMATLAB

I'm trying to get my program to display the answer like ( Time of Flight : x secs) using the fprintf function, but when I run the program my fprintf displays nothing.
Here's an attachment below.
Any help would be greatly appreciated!
-Tony

Best Answer

%.2f
^--missed it