Community Profile

photo

Cole Butler


Last seen: 4개월 전 2017년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Least squares fit to different data sets at the same time
I am trying to fit an ODE system to two different data sets of varying time scales. As a consequence, the data sets are differen...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


dsolve unable to convert to type 'branch'
I'm trying to find the optimal control of a system of differential equations subject to some cost function. The system of differ...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Command window output not displaying everything?
The command window does not display all of the output in my code. This is a very recent problem, not sure what I could have done...

4년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Nonlinear fit in MATLAB
Hello all, I am trying to fit a function with one data set to another data set. I'm performing a nonlinear fit similar to somet...

거의 5년 전 | 답변 수: 0 | 0

0

답변

질문


Function handle too literal
I'm trying to define a new function, let's call it "h", for later use with the MATLAB function _ode45_. As a bit of a preface, I...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


Gradient vector field not perpendicular to contour map
I have the following code: function [ ] = kermack( I0,r,p,c,N,numSteps ) I(1)=I0; S(1)=N-I0; for t =...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Warning: Cannot solve symbolically
I'm writing up a code to calculate the angle of elevation of a cannon when given a range and an initial velocity. I will run the...

대략 7년 전 | 답변 수: 1 | 0

1

답변

질문


Can't get my Maclaurin Series function to use symsum properly?
Here is the code I'm working with currently: function [ output_args ] = MaclaurinSeries( f,a,tol ) syms x k; y = subs...

대략 7년 전 | 답변 수: 1 | 0

1

답변