Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

can somebody help me solve exercise 14 and 15 PLEASE. a screenshoot will be great thanks basically in excercise 14 i had to run that

can somebody help me solve exercise 14 and 15 PLEASE. a screenshoot will be great thanks image text in transcribed
basically in excercise 14 i had to run that program
a = 1;
b = 2;
c = 3;
d = a + b + 3*c;
d
now in excercise 15 im asked to translate that program into syntactically correct matlab code and put it into de editor window. (im not sure what its syntacticslly corrext matlab code thats what im asking for help for this question 15)
EXERCISE ONLY! Using the VCL that you set up in Exercise 14, open the Editor window and type in the following commands: a = 1; b = 2; C = 3; d = a + b + 3*c; Then click the big green "run button" that looks like this . When prompted, save your file using the file name first_prog, and then observe the output in the Command Window (if no output appeared, click the big green run button one more time). Provide another screenshot of your VCL Matlab environment, showing the directory with your saved file, the Matlab commands in the Editor, and the output in the Command Window. It should look similar to this one: MATLAB PROGRAMMINNG EXERCISE 15 (4 pts.) HANDWRITTEN MATLAB CODE IS MOST DEFINITELY REQUIRED FOR THIS EXERCISE! Using the VCL that you set up in Exercise 14... 1. Translate the below set of equations into syntactically correct Matlab code. Write out this code by hand. 2. Next, enter your Matlab code into the Editor Window in the Matlab environment. Following the same procedure as in Exercise 14, execute your Matlab code. 3. Display ONLY the value of variable z in the command window. 4. Provide a screenshot showing your Matlab code and the result that displays in the command console window when your code executes. EXERCISE ONLY! Using the VCL that you set up in Exercise 14, open the Editor window and type in the following commands: a = 1; b = 2; C = 3; d = a + b + 3*c; Then click the big green "run button" that looks like this . When prompted, save your file using the file name first_prog, and then observe the output in the Command Window (if no output appeared, click the big green run button one more time). Provide another screenshot of your VCL Matlab environment, showing the directory with your saved file, the Matlab commands in the Editor, and the output in the Command Window. It should look similar to this one: MATLAB PROGRAMMINNG EXERCISE 15 (4 pts.) HANDWRITTEN MATLAB CODE IS MOST DEFINITELY REQUIRED FOR THIS EXERCISE! Using the VCL that you set up in Exercise 14... 1. Translate the below set of equations into syntactically correct Matlab code. Write out this code by hand. 2. Next, enter your Matlab code into the Editor Window in the Matlab environment. Following the same procedure as in Exercise 14, execute your Matlab code. 3. Display ONLY the value of variable z in the command window. 4. Provide a screenshot showing your Matlab code and the result that displays in the command console window when your code executes

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions