photo

Rava Sash


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
2 个回答

排名
64,759
of 300,851

声誉
0

贡献数
5 个提问
2 个回答

回答接受率
40.0%

收到投票数
0

排名
 of 21,094

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,294

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How do I get the plot for this code?
I have used the trapetzoid rule. How do I get the plot for this code? function T = time_to_destination(x,route, n) load...

7 years 前 | 2 个回答 | 0

2

个回答

已回答
How do I get the plot for this code?
I meant trapezoidal rule* Can't anyone help me? Do I need to convert the vectors to a matrix? If so, how do I do that?

7 years 前 | 0

已回答
Trapezoidal rule in MATLAB
Is there any more information I should give? I'm very new to programming.

7 years 前 | 0

提问


Trapezoidal rule in MATLAB
This is my code so far. function v = velocity(x, route) load route; d = distance_km; y = speed_kmph; ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Extrapolation/error handling
I'm trying to prevent extrapolation, the input speed (v) can't be lower than 2 or higher than 200. I'm trying to use if/else but...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Spline and interpolation?
(I'm very new to programming). I want my code to give me the consumption for every speed. So when I for example write consumpti...

7 years 前 | 2 个回答 | 0

2

个回答

提问


Problem using spline in MATLAB
I'm new to programming and I'm trying to make a code where I get a c-value after entering my v-value in the command window. ...

7 years 前 | 0 个回答 | 0

0

个回答