photo

ammar ansari


Last seen: 1年以上 前 2015 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

6 質問
1 回答

ランク
148,872
of 300,753

評判
0

コントリビューション
6 質問
1 回答

回答採用率
50.0%

獲得投票数
0

ランク
 of 21,075

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,858

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2

バッジを表示

Feeds

表示方法

質問


Creating a matrix for specific variables
t=0:0.0000001:0.0001; DABi=zeros(1,length(t)); y=zeros(1,length(t)); vin=zeros(1,length(t)); vo=zeros(1,length(t)); L=27e-6...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


plotting a 3d graph for a 3d table
I have a table and I want to plot a 3d graph for that.

1年以上 前 | 1 件の回答 | 0

1

回答

質問


Combining Vector in a matrix
I want to create a matrix that has first row as month second as date and the third as day So far I am successful in creating ...

10年以上 前 | 2 件の回答 | 0

2

回答

回答済み
Summation series on matlab
Sorry that was the default tag now changed it to matlab function. Can't figure out how to create infinite series.

10年以上 前 | 0

質問


Summation series on matlab
How would I implement this equation in function using matlab <</matlabcentral/answers/uploaded_files/31402/Untitled.png>>

10年以上 前 | 1 件の回答 | 0

1

回答

質問


Merge output as one matrix in for loop
I have created a program function A = large_elements(X) [rows,column]=size(X); cnt=0; for i=1:rows%rows indices ...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


function for calculating moving average
Write a function called moving_average that takes a scalar called x as an input argument and returns a scalar. The value it re...

10年以上 前 | 1 件の回答 | 0

1

回答