Takura Nyatsuro
Followers: 0 Following: 0
Statistik
6 Fragen
0 Antworten
RANG
202.755
of 295.448
REPUTATION
0
BEITRÄGE
6 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
0
RANG
of 20.227
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.872
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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 ...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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 ...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 2 Jahre vor | 2 Antworten | 0