Menu

[solved]-Use Matlab Input 3 Numerical Values User User Able Type Command Window Script Runs Need E Q38989086

use matlab

  1. Input 3 numerical values from the User. (The user should beable to type these into the Command Window when your script runs).You do not need to do error checking. You may assume the user willinput numerical values.
  2. Display a message that indicates if the first two values areequal to each other. (no message needed if they are NOTequal).
  3. Display a message that indicates if any of the values arenegative. (You may print a separate message for each value that ISnegative. For example, if the first two values are negative, youmay print 2 messages, one for each negative input). (No messageneeded if values are >= 0).
  4. Display the product of the 3 values.

use matlab

Expert Answer


Answer to use matlab Input 3 numerical values from the User. (The user should be able to type these into the Command Window when y… . . .

OR


Leave a Reply

Your email address will not be published. Required fields are marked *