Community Profile

photo

Kolleggerm1


Last seen: 2 years ago Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Calculate timelag using xcorr.
Hello All, I am attempting to use the xcorr function to calculate the timelag between two curves (Zrstore and RESIDUALALL(i,:) ...

4 years ago | 0 answers | 0

0

answers

Question


Generating a 3D matrix from multiple tables
I have 469 scripts that all generate a table "numericData". Each script specifies a different timestep. I need to pull all the ...

4 years ago | 1 answer | 0

1

answer

Question


Array indices must be positive integers or logical values.
This code plots an idealized cross section of a delta (geologic feature). It works when the shoreline (SH) transgression (lines ...

4 years ago | 1 answer | 0

1

answer

Answered
using ode45 for coupled equations
Thank you for your help with this. I understand the confusion about y(1) appearing twice and will rechck my derivatives. This wa...

4 years ago | 0

Question


using ode45 for coupled equations
I am attempting to simplify my forward euler solution to an ODE solution, but I don't know how to "call" another script to solve...

4 years ago | 2 answers | 0

2

answers

Question


Matrix dimensions must agree
I am using Forward Euler to solve based on the given condtions that H'=(S-S(f))/(1-F^2) F^2=(q^2)/(gH^3) S(f)=C(f)F^2 and H(x(1)...

4 years ago | 0 answers | 0

0

answers

Question


Index exceeds the number of array elements (5)
I am solving Forward Euler for dy=x*y+1, x between 0 and 1, y(0)=0 h=.25 I have gotten the error message "Index exceeds the num...

4 years ago | 2 answers | 0

2

answers