Write additional syntax to create input variable named time

Assignment Help MATLAB Programming
Reference no: EM131214166

Algorithms Assignment

The following 3 tasks are to be completed for Homework 1 - using the following MATLAB syntax for the script file "bike.m"

1) Write additional syntax to create an INPUT variable named time and prompt the user for the amount of time pedaling the bicycle (in hours).

2) Then, create a distance calculation assigned to the variable distance that is equal to the variable time multiplied by the variable speed.

3) OUTPUT the calculated distance value using the fprintf function. What are the distance units? Include the units in the fprintf statement.

%bike.m - calculates speed of a bicycle in km/h
%define known input variable values
wheel = 622;
tire = 28;
fgear = 40;
rgear = 22;
%prompt user for cadence (can be a vector of multiple cadence values)
cadence = input('rpm: ');
%prompt user for time (amount of time pedaling) - HOMEWORK Q1
%caculate meters of development (modev) and speed
modev = (wheel + 2 * tire) * (fgear/rgear) * pi * 0.001;
speed = modev * cadence * 0.06;
%calculate distance traveled = time * speed - HOMEWORK Q2
%use the <fprintf> function to output "speed" in km/h
fprintf('The bicycle speed is: %g km/h\n', speed);
%use the <fprintf> function to output "distance" in kilometers - HOMEWORK Q3

Reference no: EM131214166

Questions Cloud

What is the final mean temperature of the water : An electric heater contains 40 litres of water initially at a mean temperature of 15 °C; - what is the final mean temperature of the water?
Values for the variable average jan temperature : Suppose you want to use the variable Latitude to estimate values for the variable Average Jan temperature. In this instance, identify in words which variable is the explanatory variable and which variable is the response variable.
Describe how data can be interpreted differently : Describe how data can be interpreted differently. Explain how and why data is scrubbed.
When would an extinction procedure be more beneficial : What are some of the possible areas of concern with punishment? Which do you feel is most concerning? When would an extinction procedure be more beneficial? How would you implement the procedure?
Write additional syntax to create input variable named time : Write additional syntax to create an INPUT variable named time and prompt the user for the amount of time pedaling the bicycle (in hours).
Determine the probabilities : The probability that a university graduate will be offered no jobs within a month of graduation is estimated to be 5%. The probability of receiving one, two, and three job offers has similarly been estimated to be 43%, 31%, and 21%, respectively. ..
What are appropriate long-term goals of this intervention : Did you observe any evidence of general medical conditions that might contribute to the development of this disorder? Did you observe any evidence of psychosocial and environmental problems that might contribute to this disorder?
Complete an expression of interest farm and nominate one : Globex have requested a computer-based system to replace their current manual processes to keep track of all of the RALS volunteers. Volunteers complete an expression of interest farm and nominate one or more volunteer roles they are interested in t..
Discussing the parking situation : Ross Times, the student newspaper of Ross College, printed a "What do you think?" column feature discussing the parking situation on campus. To gather student opinion on parking, an editor for the paper stood at the entrance to the student union a..

Reviews

Write a Review

MATLAB Programming Questions & Answers

  Finite difference method

Use the finite difference method to calculate the temperature at the point specified since it is easier.

  Determine the necessary shell temperature

In a shell-and-tube heat exchanger, one fluid passes through a central tube while another fluid flows through an outer shell in the opposite direction. The purpose is to heat the fluid passing through the central tube.

  Find the integral of a function at an arbitrary location

Write a Matlab function to perform numerical integration of a set of evenly spaced data points using the trapezoidal rule

  Compute the speed of single-stage planetary gear train

Write a MATLAB function [speed] = planetary (N, emesh, first, last, arm) that computes the speed of a given link in a single-stage planetary gear train.

  Calculate and plot the error in the numerical derivative

Write a program to calculate and plot the error in the numerical estimate of the derivative.

  Create the graph using matlab functions

Create the graph, which contains a piecewise function where a line exists in the first interval, a parabola in the second interval, and the sine function in the third interval.

  Develop a simulation program

Develop a simulation program

  Create a vector in matlab

Create a three dimensional diagram of function.

  Open a named pipe and to read data from the pipe

Open a named pipe and to read data from the pipe in matlab

  Write the commands that will create the matrix

Write the commands that will create the matrix.

  Lagrange interpolating polynomial of degree

Lagrange interpolating polynomial of degree

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd