Kalyan Dash
VSSUT, Burla, Odisha, India
Followers: 0 Following: 0
統計
MATLAB Answers
3 質問
0 回答
ランク
of 168,436
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How to write a program that will randomly return any one of the given statements
Statement1=He uses Nokia Statement2=He uses Iphone Statement3=He uses Samsung Statement4=He uses Motorola Statemen...
7年以上 前 | 2 件の回答 | 0
2
回答質問
How do i get both values of x for y=3.5
x=0:0.001:3.5; y=5*sin(x); figure plot(x,y); grid ON target =3.5 [difference, index_At_target] = min(abs(y...
7年以上 前 | 1 件の回答 | 0
1
回答質問
How do I get the values of x at y=0.67 and y=0.87
<</matlabcentral/answers/uploaded_files/103593/plot.jpg>> x=linspace(0,4,100); y=zeros(size(x)); p=0.275; fi...
7年以上 前 | 2 件の回答 | 0
