Feeds
提问
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...
3 years 前 | 2 个回答 | 0
2
个回答提问
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...
3 years 前 | 1 个回答 | 0
1
个回答提问
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...
3 years 前 | 1 个回答 | 0
1
个回答提问
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...
4 years 前 | 1 个回答 | 0
1
个回答提问
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...
4 years 前 | 1 个回答 | 0
