photo

Jacob Roach


Last seen: 2년 초과 전 2018년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


ode45 projectile motion with drag in Y direction. help im desperate
tspan = [0:.001:3]; IC = [0,0]; [t,y] = ode45(@f,tspan,IC); ydot = y(:,1); ydub = y(:,2); v0x = 10./sqrt(2); x0 ...

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

1

답변

질문


Making a script that will generate a random "walker" that will walk along the x-axis randomly.
Alright, so basically I need to make a "random walker" that walks in either direction using a for loop. It can walk forward one,...

5년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How would I replace a string of numbers with more numbers using for and if statements?
Here is my code so far. I'm trying to make it so that if the number is "1" in the string, it replaces it with five zeros. If the...

5년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Runing matlab on surface go?
Will the surface go run matlab well well? Or will I have issues with this?

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

1

답변