photo

Teshome Kumsa


Last seen: 3年以上 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

8 質問
0 回答

ランク
254,131
of 300,840

評判
0

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

回答採用率
62.5%

獲得投票数
0

ランク
 of 21,092

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,238

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Plots in a loop
Assume I had a matrix of dimension nX20. I want to plot each column using a loop, but there is some problem in giving a title fo...

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

1

回答

質問


I want to create cell arrays containing all zero elements in them.
Dear all, I am dealing with some stress transformation. I want to create a cell array C = cell (1,20). In each cell array, I wa...

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

1

回答

質問


Filling the matrix entries
I have a matrix to deal with. A=[1 2 3 4 5 6 7;4 6 7 4 5 8 7; 6 7 8 9 3 5 6]; for i=1:3 A(i,i)=0; end In the above sim...

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

1

回答

質問


Hold on with subplot in a loop
Hello, Hold on, command is messing up my life. I was trying to plot figures using a loop. I want the first two loops in one sub...

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

1

回答

質問


Error message "Index exceeds the number of array elements. Index must not exceed 3"
I have a vector of length 16384 in a cell. In some parts of my code I need up to half length, but I got an error message "Index ...

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

1

回答

質問


loop with subplot in MATLAB
I have data sets in the cell. Then I want to deal with those data sets. I have included my sample code here below. I want to plo...

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

1

回答

質問


Exponential of very large number
Hello all! I was trying to calculate exponental of some vectors. Actually my vector has very big entries(each entries are Stress...

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

1

回答

質問


Hello all! I have some ambiguity with MATLAB. I saved my matrix as A(:,:,1) in workspace. Now I want to access column or some entries of my big matrix on command window.
I have the following loop. for i=1:4 A(:,:,i)=i*ones(4,4); end Now I want second rows of A(:,:,i) i.e second row of A(:,:...

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

2

回答