Community Profile

photo

Takura Nyatsuro


Last seen: 11개월 전 2022년부터 활동

통계

Content Feed

보기 기준

질문


Plotting 2 scripts on 1 graph
i have made 2 codes which solve a problem analytically and numeriacally and now i am trying to dispay this data on one graph. I ...

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

1

답변

질문


ode45 graph issue
I am trying to make a code which uses ode45 functions to integrate 2 equations which will allow me to produce a graphs of veloci...

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

1

답변

질문


Code loop logic issue
Hi, Im trying to make a takeoff weight estimation code formy course and im having some issues trying to figure out the logic fo...

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

1

답변

질문


Oldest person in the room code not working
Hi there, I'm trying to find a solution I understand to a problem that asks me to find the oldest person in the room using 2 vec...

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

2

답변

질문


Getting single answer for function with an array
Hi there, Im trying to plot a graph of Drag against velocity. The velocity(V) in which is stored in an array from 20 to 100 in ...

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

1

답변

질문


why is my plot only showing 1 diagonal line
clear close all t=0; V = 0; dt = 0.1; S = 3; CD = 0.1; T = 10000; m = 500; plot(t,V) hold on while t<=5 t(end...

대략 2년 전 | 답변 수: 2 | 0

2

답변