Community Profile

photo

Fue Xiong


Last seen: nästan 2 år ago Active since 2022

Statistics

  • Thankful Level 2

View badges

Content Feed

View by

Question


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...

nästan 2 år ago | 2 answers | 0

2

answers

Question


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...

nästan 2 år ago | 1 answer | 0

1

answer

Question


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...

nästan 2 år ago | 1 answer | 0

1

answer

Question


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...

nästan 2 år ago | 1 answer | 0

1

answer

Question


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...

ungefär 2 år ago | 1 answer | 0

1

answer