Kolleggerm1
Followers: 0 Following: 0
Statistics
RANK
147,317
of 295,569
REPUTATION
0
CONTRIBUTIONS
6 Questions
1 Answer
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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
answersQuestion
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
answerQuestion
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 ...
5 years ago | 1 answer | 0
1
answerusing 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...
5 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...
5 years ago | 2 answers | 0
2
answersQuestion
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)...
5 years ago | 0 answers | 0
0
answersQuestion
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...
5 years ago | 2 answers | 0