photo

user


Last seen: 1 year ago Active since 2022

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
English

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


How to loop unifrnd(a,b) with a and b outputs of the linspace function
Hello, I am attempting to create a function that makes use of iterative techniques to uniformly sample from a series of discre...

1 year ago | 1 answer | 0

1

answer

Question


Creating a loop to simulate model
Hello, I am seeking to create a loop that simulates the following function, while keeping track of its output. The code i have ...

1 year ago | 1 answer | 0

1

answer

Question


Fitting differential equations using function file, error message "too many input arguments"
Hello, I am attempting to fit the set of differential equations outlined in the code below to the data given by Gut, Intestine...

1 year ago | 1 answer | 0

1

answer

Question


Function value and YDATA sizes are not equal using lsqcurvefit
Thank you very much for the help so far, I am attempting to estimate parameters for a set of differential equations as shown in...

2 years ago | 1 answer | 0

1

answer

Question


Storing output of function file in workspace
I am attemtping to fit a system of differntial equations to empirical data in the file below. In doing this however, the workspa...

2 years ago | 3 answers | 0

3

answers

Question


Parameter Estimates for Ordinary Differential Equation
I am seeking very simply to estimate the paramter c1 in the following ordinary differential equation: dT/dt = c1*T*( 1 if t > 0...

2 years ago | 1 answer | 0

1

answer

Question


How to remove "root(f(z), z, n)" from solve solution?
Wondering if it is possible to remove the expression "root(f(z), z, n)" from the solution presented by the solve function. In th...

2 years ago | 2 answers | 0

2

answers