photo

Briana Hackos


Last seen: 거의 6년 전 2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

4 질문
0 답변

순위
282,782
of 301,472

평판
0

참여
4 질문
0 답변

답변 채택
50.0%

획득한 표
0

순위
 of 21,293

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 174,655

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Euler's method help
I am trying to plot an euler's method for dx/dt=-100x for x(t)=x(0)e^(-100t) with x(0)=1.My code is x = 1; h = 0.001; ...

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

1

답변

질문


How to plot iterations of a map?
The function I am plotting is a piecewise where x(n+1)=4*x(n) for 0<=x<=1/4 and x(n+1)= (4/3)*(1-x(n)) for 1/4<=x<=1. My code so...

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

1

답변

질문


How can I plot a second order non-linear ODE?
This is my code so far but it does not work: syms y(t) ode = .003*diff(y,t)== .003*9.8-3.048*10^-6*y- 9.0726*10^-5*y^...

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

1

답변

질문


How can I plot x* vs. r in a bifurcation plot for (dx/dt)=r-x-e^-x?
I am not really sure where to start with the code. a good example is this: close all clear all solutionInterval = 1:1...

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

0

답변