Fill in Order Details

  • Submit paper details for free using our simple order form

Make Payment Securely

  • Add funds to your account. There are no upfront payments. The writer will only be paid once you have approved your paper

Writing Process

  • The best qualified expert writer is assigned to work on your order
  • Your paper is written to standard and delivered as per your instructions

Download your paper

  • Download the completed paper from your online account or your email
  • You can request a plagiarism and quality report along with your paper

homework for eec 243 matlab lab and assignment

EEC 243 Introduction to Programming – MATLAB

Lab 4: Introduction to MATLAB Programming

Tasks

  • The Pythagorean theorem states that for a right triangle, the relationship between the length of the hypotenuse c and the lengths of the other sides a and b is given by:
  • Write a script that will prompt the user for a character.It will create an x-vector that has 50 numbers, equally spaced between -2p and 2p, and then a y-vector which is cos(x).If the user entered the character ‘r’, it will plot these vectors with red *s – otherwise, for any other character it will plot the points with green +s.
  • In chemistry, the pH of an aqueous solution is a measure of its acidity.The pH scale ranges from 0 to 14, inclusive.A solution with a pH of 7 is said to be neutral, a solution with a pH greater than 7 is basic, and a solution with a pH less than 7 is acidic.Write a script that will prompt the user for the pH of a solution, and will print whether it is neutral, basic, or acidic.If the user enters an invalid pH, an error message will be printed.
  • Write a function called “makemat” that will receive two row vectors as input arguments, and from them create and return a matrix with two rows.You may not assume that the length of the vectors is known.Also, the vectors may be of different lengths.If that is the case, add 0’s to the end of one vector first to make it as long as the other.For example, a call to the function might be:

c2 = a2 + b2

Write a script that will prompt the user for the lengths a and c, call a function findb to calculate and return the length of b, and print the result.Note that any values of a or c that are less than or equal to zero would not make sense, so the script should print an error message if the user enters any invalid value.Here is the function findb:

findb.m

function b = findb(a,c)

% Calculates b from a and c

b = sqrt(c^2 – a^2);

end

>>makemat(1:4, 2:7)

ans =

123400

234567

Hit: use the function zeros() to create a vector of zeros and then append the vector to the vector with shorter length.

  • Simplify this statement:
  • Simplify this statement:
  • The continuity equation in fluid dynamics for steady fluid flow through a stream tube equates the product of the density, velocity, and area at two points that have varying cross-sectional areas.For incompressible flow, the densities are constant so the equation is A1V1 = A2V2 .If the areas and V1 are known,V2 can be found as .Therefore, whether the velocity at the second point increases or decreases depends on the areas at the two points.Write a script that will prompt the user for the two areas in square feet, and will print whether the velocity at the second point will increase, decrease, or remain the same as at the first point.
  • Rewrite the following nested if-else statement as a switch statement that accomplishes exactly the same thing.Assume that num is an integer variable that has been initialized, and that there are functions f1, f2, f3, and f4.Do not use any if or if-else statements in the actions in the switch statement, only calls to the four functions.
  • Whether a storm is a tropical depression, tropical storm, or hurricane is determined by the average sustained wind speed.In miles per hour, a storm is a tropical depression if the winds are less than 38 mph.It is a tropical storm if the winds are between 39 and 73 mph, and it is a hurricane if the wind speeds are >= 74 mph.Write a script that will prompt the user for the wind speed of the storm, and will print which type of storm it is.

if number > 100

number = 100;

else

number = number;

end

Answer:

if val >= 10

disp(‘Hello’)

elseif val < 10

disp(‘Hi’)

end

Answer:

Answer:

if num < -2 || num > 4

f1(num)

else

if num <= 2

if num >= 0

f2(num)

else

f3(num)

end

else

f4(num)

end

end

Answer:

Answer:

WHAT OUR CURRENT CUSTOMERS SAY

  • Google
  • Sitejabber
  • Trustpilot
Zahraa S
Zahraa S
Absolutely spot on. I have had the best experience with Elite Academic Research and all my work have scored highly. Thank you for your professionalism and using expert writers with vast and outstanding knowledge in their fields. I highly recommend any day and time.
Stuart L
Stuart L
Thanks for keeping me sane for getting everything out of the way, I’ve been stuck working more than full time and balancing the rest but I’m glad you’ve been ensuring my school work is taken care of. I'll recommend Elite Academic Research to anyone who seeks quality academic help, thank you so much!
Mindi D
Mindi D
Brilliant writers and awesome support team. You can tell by the depth of research and the quality of work delivered that the writers care deeply about delivering that perfect grade.
Samuel Y
Samuel Y
I really appreciate the work all your amazing writers do to ensure that my papers are always delivered on time and always of the highest quality. I was at a crossroads last semester and I almost dropped out of school because of the many issues that were bombarding but I am glad a friend referred me to you guys. You came up big for me and continue to do so. I just wish I knew about your services earlier.
Cindy L
Cindy L
You can't fault the paper quality and speed of delivery. I have been using these guys for the past 3 years and I not even once have they ever failed me. They deliver properly researched papers way ahead of time. Each time I think I have had the best their professional writers surprise me with even better quality work. Elite Academic Research is a true Gem among essay writing companies.
Got an A and plagiarism percent was less than 10%! Thanks!

ORDER NOW


Consider Your Assignments Done

“All my friends and I are getting help from eliteacademicresearch. It’s every college student’s best kept secret!”

Jermaine Byrant
BSN

“I was apprehensive at first. But I must say it was a great experience and well worth the price. I got an A!”

Nicole Johnson
Finance & Economics

Our Top Experts

See Why Our Clients Hire Us Again And Again!


OVER

10.3k
Reviews

RATING
4.89/5
Average

YEARS
13
Mastery

Success Guarantee

When you order form the best, some of your greatest problems as a student are solved!

Reliable

Professional

Affordable

Quick

Using this writing service is legal and is not prohibited by any law, university or college policies. Services of Elite Academic Research are provided for research and study purposes only with the intent to help students improve their writing and academic experience. We do not condone or encourage cheating, academic dishonesty, or any form of plagiarism. Our original, plagiarism-free, zero-AI expert samples should only be used as references. It is your responsibility to cite any outside sources appropriately. This service will be useful for students looking for quick, reliable, and efficient online class-help on a variety of topics.