MATLAB: A Practical Introduction to Programming and Problem Solving
MATLAB: A Practical Introduction to Programming and Problem Solving
5th Edition
ISBN: 9780128163450
Author: ATTAWAY
Publisher: ELSEVIER
bartleby

Videos

Question
Book Icon
Chapter 3, Problem 3.1P
To determine

To write:

A script that will calculate the circumference of a circle (C=2πr).

Expert Solution & Answer
Check Mark

Answer to Problem 3.1P

Solution:

The created variable C is “C = 79.587”.

Explanation of Solution

The formula to calculate the circumference of a circle is,

C=2πr

Here, the radius of the circle is r.

Consider, the radius is r=2.

Substitute 2 for r in the above formula.

C=2π(2)=4π=12.5664

MATLAB Code:

clc

clear all

close all

r = 2;

% Define the variable r.

C = (2*pi*r)

% Define the variable circumference.

Save the MATLAB script with name, chapter3_54793_3_1P.m in the current folder. Execute the script by typing the script name at the command window to create a variable C and store circumference in it, define the variable r and define the variable C.

Result:

MATLAB: A Practical Introduction to Programming and Problem Solving, Chapter 3, Problem 3.1P

Therefore, the created variable C is “C = 12.5664”.

Want to see more full solutions like this?

Subscribe now to access step-by-step solutions to millions of textbook problems written by subject matter experts!
Students have asked these similar questions
A smallish urn contains 25 small plastic bunnies – 7 of which are pink and 18 of which are white. 10 bunnies are drawn from the urn at random with replacement, and X is the number of pink bunnies that are drawn. (a) P(X = 5) ≈ (b) P(X<6) ≈ The Whoville small urn contains 100 marbles – 60 blue and 40 orange. The Grinch sneaks in one night and grabs a simple random sample (without replacement) of 15 marbles.  (a) The probability that the Grinch gets exactly 6 blue marbles is         [ Select ]      ["≈ 0.054", "≈ 0.043", "≈ 0.061"]  . (b) The probability that the Grinch gets at least 7 blue marbles is         [ Select ]      ["≈ 0.922", "≈ 0.905", "≈ 0.893"]  . (c) The probability that the Grinch gets between 8 and 12 blue marbles (inclusive) is         [ Select ]      ["≈ 0.801", "≈ 0.760", "≈ 0.786"]  . The Whoville small urn contains 100 marbles – 60 blue and 40 orange. The Grinch sneaks in one night and grabs a simple random sample (without replacement) of 15 marbles.  (a)…
Suppose an experiment was conducted to compare the mileage(km) per litre obtained by competing brands of petrol I,II,III. Three new Mazda, three new Toyota and three new Nissan cars were available for experimentation. During the experiment the cars would operate under same conditions in order to eliminate the effect of external variables on the distance travelled per litre on the assigned brand of petrol. The data is given as below: Brands of Petrol Mazda Toyota Nissan I 10.6 12.0 11.0 II 9.0 15.0 12.0 III 12.0 17.4 13.0 (a) Test at the 5% level of significance whether there are signi cant differences among the brands of fuels and also among the cars. [10] (b) Compute the standard error for comparing any two fuel brands means. Hence compare, at the 5% level of significance, each of fuel brands II, and III with the standard fuel brand I. [10]
Business discuss
Knowledge Booster
Background pattern image
Statistics
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, statistics and related others by exploring similar questions and additional content below.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Algebra & Trigonometry with Analytic Geometry
Algebra
ISBN:9781133382119
Author:Swokowski
Publisher:Cengage
Text book image
Glencoe Algebra 1, Student Edition, 9780079039897...
Algebra
ISBN:9780079039897
Author:Carter
Publisher:McGraw Hill
Text book image
College Algebra (MindTap Course List)
Algebra
ISBN:9781305652231
Author:R. David Gustafson, Jeff Hughes
Publisher:Cengage Learning
Text book image
Holt Mcdougal Larson Pre-algebra: Student Edition...
Algebra
ISBN:9780547587776
Author:HOLT MCDOUGAL
Publisher:HOLT MCDOUGAL
Text book image
Algebra and Trigonometry (MindTap Course List)
Algebra
ISBN:9781305071742
Author:James Stewart, Lothar Redlin, Saleem Watson
Publisher:Cengage Learning
Text book image
Algebra: Structure And Method, Book 1
Algebra
ISBN:9780395977224
Author:Richard G. Brown, Mary P. Dolciani, Robert H. Sorgenfrey, William L. Cole
Publisher:McDougal Littell
Problems on Area and Circumference of Circle| Basics of Circle| Questions on Circle||BrainPanthers; Author: Brain Panthers;https://www.youtube.com/watch?v=RcNEL9OzcC0;License: Standard YouTube License, CC-BY