Would appreciate some help with this, please post the code as
well as some plots, thank you.
clc
clear all
close all
format long
F0=1;
w=1;
k=1;
m1=1;
m2=1;
g=10;
L=1;
f=@(t,y) [y(2); -(g*m2^2*sin(y(1)) - k*m2*cos(y(1))*y(3) +
g*m1*m2*sin(y(1)) - F0*m1*cos(y(1))*sin(t*w) +
L*m2^2*cos(y(1))*sin(y(1))*y(2)^2)/(L*m2*(m1 + m2 -
m2*cos(y(1))^2));y(4);(F0*sin(t*w) - k*y(3) -
F0*cos(y(1))^2*sin(t*w) + L*m2*sin(y(1))*y(2)^2 +
g*m2*cos(y(1))*sin(y(1)))/(m1 + m2 - m2*cos(y(1))^2)];
[T,Y]=ode45(f,[0,10],[1;1;1;1]);
plot(T,Y(:,1));
figure;
plot(T,Y(:,3));

Would appreciate some help with this, please post the code as well as some plots, thank...
Please answer the question and include matlab code and plots. Thank You Problem 1: The operation of signal dilation or decimation or down-sampling is defined by y(n) = x(nM) in which the sequence x(n) is down-sampled by an integer factor M. Explore Matlab’s downsample command to implement the above equation. Now generate x(n) = sin(0.125πn), for −50 ≤ n ≤ 50. Decimate x(n) by a factor of 4 to generate y(n). Plot both x(n) and y(n) using subplot and comment...
please do all ! thank you
INSTRUCTIONS: Answer the subsequent set of questions to solve the "Goal of this problem. We recommend you write out your answer to compare to the particular questions as you go along, as if you were going to submit it fully SETUP: As shown in the figure, a painter climbs along a uniform ladder leaned up against a smooth wall. There is static friction between the feet of the ladder and the ground. The painter...
please give me answers to all the questions and i would really
appreciate that
thank you
6. -0 points My Notes O Ask Your Teache A 10.1 kg object oscillates at the end of a vertical spring that has a spring constant of 2.20 x 104 N/m. The effect of air resistance is represented by the damping coefficient b = 3.00 N-s/m (a) Calculate the frequency of the dampened oscillation. H2 (b) By what percentage does the amplitude of the...
Can you please help me with this question. Much appreciated. So
I have a sample code, but we need to change the code in a way that
fits the problem.
A planar slab of material is initially at a temperature of 300 K. At the time t=0, microwave radiation is directed at the material, leading to internal heat generation that is uniform within the material. The sides of the slab experience negligible heat losses and a water bath maintains the...
I would like some help with this question and please be
clearer also show all the steps if you do I will read you a good
rate and a good feedback thank you. i need part 4,5 ,6,7 only
please fast i need it.
[C] An RLC circuit has L- 400mH, R- 20O2, C-250HF (1)Calculate the resonance frequency for this circuit. (2) For a frequency o-400 rad/s, draw the phasor diagram with the current along the real axis, determine the...
//Need help ASAP in c++ please. Appreciate it! Thank you!! //This is the current code I have. #include <iostream> #include <sstream> #include <iomanip> using namespace std; class googlePlayApp { private: string name; double rating; int numInstalls; int numReviews; double price; public: googlePlayApp(string, double, int, int, double); ~ googlePlayApp(); googlePlayApp(); string getName(); double getRating(); int getNumInstalls(); int getNumReviews(); string getPrice(); void setName(string); void setRating(double); void setNumInstalls(int); void setNumReviews(int); void setPrice(double); }; googlePlayApp::googlePlayApp(string n, double r, int ni, int nr, double pr)...
please answer all pre-lab questions 1 through 5. THANK YOU!!!
this is the manual to give you some background.
the pre-lab questions..
the pre-lab sheet.
Lab Manual Lab 10: String Waves & Resonance Before the lab, read the theory in Sections 1-3 and answer questions on Pre-lab Submit your Pre-lab at the beginning of the lab. During the lab, read Section 4 and follow the procedure to do the experiment. You will record data sets, perform analyses, answer questions, and...
please answer all prelab questions, 1-4.
This is the prelab manual, just in case you need background
information to answer the questions. The prelab questions are in
the 3rd photo.
this where we put in the answers, just to give you an
idea.
Lab Manual Lab 9: Simple Harmonic Oscillation Before the lab, read the theory in Sections 1-3 and answer questions on Pre-lab Submit your Pre-lab at the beginning of the lab. During the lab, read Section 4 and...