photo

Monkeydongkey


University of Rochester

2015 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

5 質問
0 回答

ランク
205,995
of 301,159

評判
0

コントリビューション
5 質問
0 回答

回答採用率
0.0%

獲得投票数
0

ランク
 of 21,182

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 173,105

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

Feeds

表示方法

質問


How can I make a function m-file that compute harmonic sum??
What I did is function f = f+1./i f=0 for i = 1:n f= f + 1./i end Please anyone help me out?

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

1

回答

質問


What is the difference between A' vs A.' ?
First one is transpose of matrix A. I don't see any difference between A' and A.' since I keep getting same thing

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

2

回答

質問


How Can I vectorize the following codes?
for i=1:40, A(i,2); end for j=1:100, x(j)=1/j; end s=0; for k=1:100, s=s+rand; end I think for the second one...

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

1

回答

質問


What is the difference between following commands?
A==B vs A=B, where A and B are matrices.

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

1

回答

質問


How can I write a function m-file that calculates harmonic sum?
Actually, It is my first time using MATLAB and I am assigned to write a function m-file that computes the value of harmonic seri...

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

1

回答