photo

Garima Sharma


Last seen: 거의 4년 전 2017년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

6 질문
0 답변

순위
104,991
of 301,763

평판
0

참여
6 질문
0 답변

답변 채택
50.0%

획득한 표
0

순위
 of 21,413

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 176,447

참여
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...

거의 9년 전 | 답변 수: 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 ...

거의 9년 전 | 답변 수: 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...

거의 9년 전 | 답변 수: 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...

거의 9년 전 | 답변 수: 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...

거의 9년 전 | 답변 수: 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 ...

거의 9년 전 | 답변 수: 1 | 0

1

답변