Community Profile

photo

Fue Xiong


Last seen: fast 2 Jahre vor Aktiv seit 2022

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Plotting phase space for 2nd order nonlinear ODE
Hello, I'm trying to figure out how to plot the phase space for a 2nd order nonlinear ODE. Problem Statement Given the 2nd o...

fast 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Using ode45 to solve 2nd order nonlinear ODE
Hello, I'm trying to figure out how to use the ode45 solver on MATLAB to solve for the problem below. Given a ball with the m...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do I iterate through a line while skipping a set number of values from the beginning of the line?
% Hello, I'm given a data set of EMG signals. I created a running average mean line for the signal defined by variable "y". I wa...

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do I omit a range of points from line?
% MATLAB Code function [dMean, dMax, dMin] = EMGFilter6(EMG) EMG_2 = EMG; t = EMG_2(:,1); % time x = EMG_2(:,2); % sign...

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Unable to plot iterated function system
I'm trying to plot an iterated function system based on the Barnsley Fern. The fractal is started at point (0,0) and generates n...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort