Takura Nyatsuro
Followers: 0 Following: 0
Statistiques
6 Questions
0 Réponses
RANG
202 765
of 295 467
RÉPUTATION
0
CONTRIBUTIONS
6 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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 ...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
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...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
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 ...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 2 ans il y a | 2 réponses | 0