Question
need help please with coding in mat lab and writing the system as two 1D equations
Problem 2: The equationdegsin0-0, a 20 non-linar model, represents a dt dt simple Pendulum. Assume all parameters to be posit
with different values of c? X Problem b: Write the system as two 1D equations and code this into your Matlab program.
0 0
Add a comment Improve this question Transcribed image text
Answer #1

`Hey,

Note: Brother in case of any queries, just comment in box I would be very happy to assist all your queries

clc%clears the screen
clear all %clears the history
g=9.81;
L=[5:9];
c=linspace(0.4,0.9,length(L));
for i=1:length(L)
figure;
f=@(t,y) [y(2);-(c(i)*y(2) + g*sin(y(1)))/L(i)];
[T,Y]=ode45(f,[0,10],[1,1]);
plot(Y(:,1),Y(:,2));
title(['For L=' num2str(L(i)) ', C=' num2str(c(i))]);
xlabel('\theta(t)');
ylabel('\theta''(t)');
end

MAT LA Figure 2 ② ▼| rch Documentation Log In File Edit View Insert Tools Desktop Window Figure 1 File Edit View Insert Tools

Kindly revert for any queries

Thanks.

Add a comment
Know the answer?
Add Answer to:
need help please with coding in mat lab and writing the system as two 1D equations...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • I need the Mesh equation for the Mesh currunt, and the Node equation for the Node...

    I need the Mesh equation for the Mesh currunt, and the Node equation for the Node voltages. the matlab equations for those if possible. HW: To be done by Week 7 Lab session The circuit shown below has Mesh current 1, 12, 13 and 14 defined. Node Voltages V1, V2, v3 &v4 are also defined R1 R4 V3 V4 I1 3A 个)2A R2 13 R51 V2 I4 12 R3 20 2A Use PSpice to simulate the circuit. Write Mesh equations...

  • PART C PLEASE!!! IF YOU KNOW HOW TO CODE MATLAB PLEASE HELP THANK YOU Write a Matlab/Python scrip...

    PART C PLEASE!!! IF YOU KNOW HOW TO CODE MATLAB PLEASE HELP THANK YOU Write a Matlab/Python script which computes the trajectory of P according to the system of equations (1) and the corresponding (non-dimensional) range for given values of (α,φ,0), varying values of φ 0 Plot the trajectories for 6 values of φ 0 of your choice in the interval 0< φ0 π/2. Compute the corresponding range reached by each trajectory. Note: Special attention will be given to the...

  • please answer the question using matlab Problem 3. Use the zooming technique to find solutions of the equation 8-3sin(x) (you need to include your mat Lab commands to receive any point, and be su...

    please answer the question using matlab Problem 3. Use the zooming technique to find solutions of the equation 8-3sin(x) (you need to include your mat Lab commands to receive any point, and be sure your answer is valid to at least two decimal places). Problem 3. Use the zooming technique to find solutions of the equation 8-3sin(x) (you need to include your mat Lab commands to receive any point, and be sure your answer is valid to at least two...

  • Electrical Engineering/ Matlab coding question: #12 Please provide working matlab code. 11. For each system shown...

    Electrical Engineering/ Matlab coding question: #12 Please provide working matlab code. 11. For each system shown in Figure P3.9, write the state equations and the output equation for the phase-variable representation. [Section: 3.5] R(S) C(S) 8s + 10. $4 + 553 + p2 + 55 + 13 (a) R(S) C(S) s4 + 23 + 12s2 + 7s +6 $5+954 + 1353 + 852 (6) FIGURE P3.9 12. Repeat Problem 11 using MATLAB. [Section: 3.5] MATLAB ML

  • PLEASE HELP! I need to write a MATLAB code for this Euler approximation for finding the...

    PLEASE HELP! I need to write a MATLAB code for this Euler approximation for finding the velocity of a parachutist at given time iterations. The answers are provided so you can check to see if the code works. I need to see it done in actual MATLAB program so I can understand the coding methodology better. 1.) Euler Method (estimated time 11min) For the second-order drag model (see Eq. (1)), compute the velocity of a free-falling parachutist using Euler's method...

  • HELP!! In this lab you'll need to write all the code needed to implement the two...

    HELP!! In this lab you'll need to write all the code needed to implement the two classes described. You'll then need to write a main() function that tests those new classes by creating variables and calling member functions. Your tasks is to write the code to implement both the PointClass and TriangleClass described below. Then in main() run a sequence of tests without reading input or writing output. Then, only if all tests pass, write "ALL TESTS PASSED!" with endline.

  • differential equations help please Each set of problems should be completed with "Pen and Paper" analysis with complete phase planes drawn by hand and then a computerized version. Pay atte...

    differential equations help please Each set of problems should be completed with "Pen and Paper" analysis with complete phase planes drawn by hand and then a computerized version. Pay attention to the behavior near the fixed points and the behavior elsewhere. dT (T-T). Solve this dt Problem 1: Code Newton's law of cooling. The equation is equation using separation of variables and log functions and based on this result you should be able to visualize what the solution graphs look...

  • Reading and Writing Complete Files in C: The first part of the lab is to write...

    Reading and Writing Complete Files in C: The first part of the lab is to write a program to read the complete contents of a file to a string. This code will be used in subsequent coding problems. You will need 3 functions: main(), read_file() and write_file(). The main function contains the driver code. The read_file() function reads the complete contents of a file to a string. The write_file() writes the complete contents of a string to a file. The...

  • I need help with c). Question 2 The simple pendulum, discussed in week 4 and lab session 4, has the equation of motion...

    I need help with c). Question 2 The simple pendulum, discussed in week 4 and lab session 4, has the equation of motion f0/dt2_0? sin θ 9-(g/L)I/2. with The total energy of the pendulum is constant during the motion, and is given by _mgL cos θ, wher dt is the angular speed of the motion in radians per second. Consider the simple pendulum with initial conditions θ(0) and u(0)-wi, 0 i.e. starting from the vertically down position with an initial...

  • I need help with C Question 2 The simple pendulum, discussed in week 4 and lab session 4, has the equation of motion f0...

    I need help with C Question 2 The simple pendulum, discussed in week 4 and lab session 4, has the equation of motion f0/dt2_0? sin θ 9-(g/L)I/2. with The total energy of the pendulum is constant during the motion, and is given by _mgL cos θ, wher dt is the angular speed of the motion in radians per second. Consider the simple pendulum with initial conditions θ(0) and u(0)-wi, 0 i.e. starting from the vertically down position with an initial...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT