photo

Garima Sharma


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

Followers: 0   Following: 0

統計

MATLAB Answers

6 質問
0 回答

ランク
144,819
of 300,851

評判
0

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

回答採用率
50.0%

獲得投票数
0

ランク
 of 21,094

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,294

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Indexing one matrix using elements of another
I have a matrix p=[1,2,4] and want to retrieve elements of another matrix u =[1,11,7;2,3,5;9,10,8;15,16,17], using the column of...

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

1

回答

質問


How to find rank within group
I have a dataset with 100 different groups, and between 8-11 entries in each group. I want to rank them, within a group, by the ...

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

2

回答

質問


Implicit matrix expansion correction
I have the following line of code (running in Matlab2016b), but which shows up with a "matrix dimensions must agree" error in Ma...

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

1

回答

質問


Why do I get a matrix dimensions must agree error in PCT on external server but not on local cluster?
Hello, When I run some code in matlab using parallel computing on my local cluster (2 workers) it works perfectly. However, w...

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

2

回答

質問


How do I convert to nan all entries with a particular value in a cell array?
Each entry of the cell array is a matrix, and I want to convert to nan all entries, say, of value=1. Something like this: a=cel...

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

1

回答

質問


Maintain shape of logical index mask
I have a matrix A=[1,2,3;4,5,6]. From this, I want to remove (by row), z=[1,5], to return the matrix B=[2,3;4,6]. I'm trying to ...

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

1

回答