photo

Purvil Patel


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
40,061
of 299,916

声誉
1

贡献数
6 个提问
0 个回答

回答接受率
0.0%

收到投票数
1

排名
 of 20,840

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,562

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


Control vehicles velocity according to speed signs
I want to make a controller that takes value from traffic speed sign and control vehicles velocity according to speed signs. Req...

6 years 前 | 1 个回答 | 0

1

个回答

1

个回答

提问


Whay this code showing error?
function [ time1,dist2 ] = light_speed(distances) time1 = ((distances)./18000000); dist2 = ((distances).*0.6215); as ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


whay is it showing error?
[ time1,dist2 ] = light_speed(D) time1 = ((D)./(18000000)); dist2 = ((D).*(0.6215)); this is code for geting time f...

8 years 前 | 1 个回答 | 0

1

个回答

提问


what is wrong with my code?
Write a function called light_speed that takes as input a row vector of distances in kilometers and returns two row vectors of ...

8 years 前 | 2 个回答 | 1

2

个回答

提问


what is wrong with my script?
I am doing assignment and I am getting this Answer when I tried to find circle area and Circumferrence with Circle function. Wha...

8 years 前 | 2 个回答 | 0

2

个回答