photo

Maclane Keohane


Last seen: 3 years ago Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Computing the Discrete Fourier Transform at 1/10 the Fourier Frequency
I was asked to evaluate the fourier transform of time series g(n)=(a*cos(2*pi*f*t(n))) and then evaluate at 1/10 the fourier f...

4 years ago | 0 answers | 0

0

answers

Question


How to Fit Points on a Previous Plot
I have a 401x2 double that plots the bythmetry of a beach. I have 9 depth positions of sensors on the bottom with data provided...

4 years ago | 2 answers | 0

2

answers

Question


How do I numerically integrate using the composite trapezoidal rule in Matlab?
A problem I have to solve: Write and submit a generic function for computing a numerical integral of a variable y using the com...

6 years ago | 1 answer | 0

1

answer

Question


How to find the intersection points of these functions?
g=-9.81; x0=0; y0=1; v0=585; q=10; w=12; e=14; x1=0:100:1000; y1=zeros(size(x1)); x2=1000:100:3...

6 years ago | 1 answer | 0

1

answer

Question


How come I can't plot this?
x1=0:100:1000; y1=0; x2=1000:100:2014.85; y2=((2014.85/2106.91)*x); x3=2014.85:100:4029.7; y3=(-2014.85/2106.91...

6 years ago | 1 answer | 0

1

answer

Question


How come I can't solve this simple equation?
g=9.81; x0=-1000; y0=1; v0=585; q=10; w=12; e=14; x=0:100:4029.7; %From the Projectile Motion Equa...

6 years ago | 1 answer | 1

1

answer