Community Profile

photo

John Baumgartner


Last seen: 2 years ago Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Index exceeds the number of array elements for runge kutta method
clear all close all clc h =.5; % set the step size x =[0,4]; % set the interval of x y = zeros(1,length(x)); yo = 0; ...

3 years ago | 1 answer | 0

1

answer

Question


How to display velocity for each loop at 20 seconds?
Here is the code ive been using : Time=20; %Time the jumper free-falls Cd=[0.25,.50,.75]; %varying coefficients of drag in...

6 years ago | 1 answer | 0

1

answer

Question


After adding functions y1 and y2 and finding its derivative, why are there no roots?
After adding function y1 an y2 to equal the new equation y. Then taking the derivative of y. How come there are no roots. Here ...

6 years ago | 0 answers | 0

0

answers

Question


How can I put data from a function into columns using frprintf
I want to put the data from each function under the correct column with respect to the vector x. I've tried to transpose it but ...

6 years ago | 1 answer | 0

1

answer