Community Profile

photo

moonman1


trinity college dublin

Active since 2015

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


not enough input arguments in function. Cannot get any output at all
function yp = equationb(t, y) A=2.69; B=168; C=6270; D=59900; %coefficients V = 10:50; E= 15000000000; h = 0....

8 years ago | 1 answer | 0

1

answer

Question


Told I dont have enough input arguments. I dont understand where i went wring?
close all; clear all; clc; timespan = [0 2]; y0 = [0.048 0 10; 0.048 0 20; 0.048 0 30; 0.48 0 40; 0.48 0 50; 0.48 0 60];...

8 years ago | 1 answer | 0

1

answer

Question


Solving ODE two sets of initial conditions
I have to solve the equation |yp = [y(2);(-(z*y(2)+w*y(1)+beta*y(2)^3+n*y(1)^3))];| and display the results in a phase plot. How...

8 years ago | 1 answer | 0

1

answer