photo

Takura Nyatsuro


Last seen: 8 months 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
214,493
of 300,331

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 20,920

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,124

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


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

2 years 前 | 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...

2 years 前 | 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...

3 years 前 | 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 ...

3 years 前 | 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...

3 years 前 | 2 个回答 | 0

2

个回答