Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

4-f f matlab a. Write a line of code that asks the user what their favorite number is, that only accepts numeric input, and saves

image text in transcribed
4-f
f
matlab
a. Write a line of code that asks the user what their favorite number is, that only accepts numeric input, and saves the answer in variable D1. b. Write a line of code that asks the user what their favorite color is, that only accepts string input, and saves the answer in variable D2. C. Construct a 1x2 string matrix L1 where the string "HYPE" is the first element and the string "EXHAUSTED" is the second element. d. Using the menu command, write a line of code that asks the user (via GUI) whether they are feeling "ENERGETIC" or "TIRED", and saves the selection in variable D3. You should be using L1 in your answer. e. Write a line of code that shows the variable D3 and its value, without using fprintf. f. Display the option user picked in part (d). If the user picked "ENERGETIC", you should print "HYPE". If the user picked "TIRED", you should print "EXHAUSTED". You cannot use If or switch statements, Hint: Think about indexing, you should be using L1 in your answer. B. Write a line of code that shows the variable D3 and its value, by using fprintf. h. Write a line of code that shows the value of D2, with & without using fprintf. 1. Write a line of code using fprintf, that forms output based on user's previous inputs from parts a, b, and c: "Your favorite number is 3, and your favorite color is blue. You are feeling HYPE today." J. Create the variable named D4 = 5+121. Using fprintf, write a line of code that prints the following result: "The Imaginary part is 12 and the real part is 5.". DO NOT hard code the 5 and 12 in the code to be displayed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2014 Nancy France September 15 19 2014 Proceedings Part 2 Lnai 8725

Authors: Toon Calders ,Floriana Esposito ,Eyke Hullermeier ,Rosa Meo

2014th Edition

3662448505, 978-3662448502

More Books

Students also viewed these Databases questions

Question

1. Identify and control your anxieties

Answered: 1 week ago