MATLAB: An Introduction with Applications
MATLAB: An Introduction with Applications
5th Edition
ISBN: 9781118629864
Author: Amos Gilat
Publisher: WILEY
bartleby

Concept explainers

bartleby

Videos

Question
Book Icon
Chapter 10, Problem 1P
To determine

To plot:

The position of a moving particle as a function of time from the equation, x=[ (t15)100+1 ]sin(3t), y=[ (t15)100+1 ]cos(0.8t) and z=0.4t32 for 0t30s.

Expert Solution & Answer
Check Mark

Answer to Problem 1P

Solution:

The program is stated as follows.

Explanation of Solution

The given equation is,

x=[ (t15)100+1 ]sin(3t)

y=[ (t15)100+1 ]cos(0.8t)

z=0.4t32

The range of t is 0t30s.

Write the MATLAB code to plot the position of a moving particle as a function of time from the equation, x=[ (t15)100+1 ]sin(3t), y=[ (t15)100+1 ]cos(0.8t) and z=0.4t32 for 0t30s.

MATLAB Code:

t = 0:0.1:30;

%Define the variable t.

x = [((t-15)./100)+1].*sin(3.*t);

%Define the variable x.

y = [((t-15)./100)+1].*cos(0.8.*t);

%Define the variable y.

z = 0.4.*t.^(3/2);

%Define the variable z.

plot3(x,y,z,'r','linewidth',2)

grid on

xlabel('x'); ylabel('y'); zlabel('z')

Save the MATLAB script with the name, Chapter10_29864_10_1P.m in the current folder. Execute the script by typing the script name at the command window to get the code that plots the position of a moving particle as a function of time from the equation, x=[ (t15)100+1 ]sin(3t), y=[ (t15)100+1 ]cos(0.8t) and z=0.4t32 for 0t30s.

Result:

MATLAB: An Introduction with Applications, Chapter 10, Problem 1P

Conclusion:

Therefore, the program is stated above.

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
Don't use ai to answer I will report you answer
NO AI. Please draw CT's on figure with direction
15) Complex numbers 21 and 22 are given by Δ Δ Δ Z₁ = 21-60° 22 = 5/45° Determine in polar form: Z, Z₂ b) 21/22 Z₁ C) Z, Z₂ dz 2 zz Z f) JZ ₂ 9) z, (z₂-z₁) * ~22/(Z1+Zz) FAAAAAA A
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
Introductory Circuit Analysis (13th Edition)
Electrical Engineering
ISBN:9780133923605
Author:Robert L. Boylestad
Publisher:PEARSON
Text book image
Delmar's Standard Textbook Of Electricity
Electrical Engineering
ISBN:9781337900348
Author:Stephen L. Herman
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Electrical Engineering
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education
Text book image
Fundamentals of Electric Circuits
Electrical Engineering
ISBN:9780078028229
Author:Charles K Alexander, Matthew Sadiku
Publisher:McGraw-Hill Education
Text book image
Electric Circuits. (11th Edition)
Electrical Engineering
ISBN:9780134746968
Author:James W. Nilsson, Susan Riedel
Publisher:PEARSON
Text book image
Engineering Electromagnetics
Electrical Engineering
ISBN:9780078028151
Author:Hayt, William H. (william Hart), Jr, BUCK, John A.
Publisher:Mcgraw-hill Education,
Finding Local Maxima and Minima by Differentiation; Author: Professor Dave Explains;https://www.youtube.com/watch?v=pvLj1s7SOtk;License: Standard YouTube License, CC-BY