When using the fprintf or sprintf commands, what does the "%" symbol mean? If you wish to display your variable with a minimum of three characters and two decimal places, how would you specify this in the print command, and what are the names of the two fields used to control this formatting? If the variable to be displayed has a value of *1000, and the formatting is specified to be %3.2f, how will the value be displayed in the command window? What is the difference between fprintf and sprintf? What is a relational operator, and how is it used in MATLAB? Identify three relational operators and their definitions.