![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/9654179_1522133688618_DEF.jpg)
Purvil Patel
2017 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
6 質問
0 回答
ランク
of 157,776
コントリビューション
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...
5年以上 前 | 1 件の回答 | 0
1
回答質問
Write a function that is called like this: mbd = spherical_mirror_aberr(fn,D), where all arguments are scalars, fn is the “f-number” of a concave spherical mirror, D is its diameter in millimeters, and mbd is the mean blur diameter in millimeters. Th
I am getting problem in answer please help me to find it. function mbd= spherical_mirror_aberr(fn,D) format long f= f...
8年弱 前 | 1 件の回答 | 0
1
回答質問
Whay this code showing error?
function [ time1,dist2 ] = light_speed(distances) time1 = ((distances)./18000000); dist2 = ((distances).*0.6215); as ...
8年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 2 件の回答 | 0