MATLAB: A Practical Introduction to Programming and Problem Solving
MATLAB: A Practical Introduction to Programming and Problem Solving
5th Edition
ISBN: 9780128154793
Author: Stormy Attaway Ph.D. Boston University
Publisher: Elsevier Science
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!
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.
Recommended textbooks for you
Text book image
Holt Mcdougal Larson Pre-algebra: Student Edition...
Algebra
ISBN:9780547587776
Author:HOLT MCDOUGAL
Publisher:HOLT MCDOUGAL
Text book image
Algebra & Trigonometry with Analytic Geometry
Algebra
ISBN:9781133382119
Author:Swokowski
Publisher:Cengage
Text book image
PREALGEBRA
Algebra
ISBN:9781938168994
Author:OpenStax
Publisher:OpenStax
Text book image
Elementary Geometry For College Students, 7e
Geometry
ISBN:9781337614085
Author:Alexander, Daniel C.; Koeberlein, Geralyn M.
Publisher:Cengage,
Text book image
Glencoe Algebra 1, Student Edition, 9780079039897...
Algebra
ISBN:9780079039897
Author:Carter
Publisher:McGraw Hill
Text book image
Mathematics For Machine Technology
Advanced Math
ISBN:9781337798310
Author:Peterson, John.
Publisher:Cengage Learning,
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