Takura Nyatsuro - MATLAB Central
photo

Takura Nyatsuro


Last seen: 29 days ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB AnswersFrom 03/22 to 04/25Use left and right arrows to move selectionFrom 03/22Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

6 Questions
0 Answers

RANK
164,444
of 297,922

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20,504

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,878

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

Feeds

View by

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 ...

2 years ago | 1 answer | 0

1

answer

Question


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...

2 years ago | 1 answer | 0

1

answer

Question


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...

2 years ago | 1 answer | 0

1

answer

Question


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...

3 years ago | 2 answers | 0

2

answers

Question


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 ...

3 years ago | 1 answer | 0

1

answer

Question


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...

3 years ago | 2 answers | 0

2

answers