photo

Cole Butler


Last seen: 대략 2년 전 2017년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

8 질문
0 답변

순위
191,966
of 301,172

평판
0

참여
8 질문
0 답변

답변 채택
50.0%

획득한 표
0

순위
 of 21,183

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 173,200

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
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...

대략 5년 전 | 답변 수: 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...

5년 초과 전 | 답변 수: 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...

6년 초과 전 | 답변 수: 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...

6년 초과 전 | 답변 수: 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...

거의 8년 전 | 답변 수: 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 =...

8년 초과 전 | 답변 수: 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...

거의 9년 전 | 답변 수: 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...

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

1

답변