photo

sushma sharma


2013년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

11 질문
2 답변

순위
4,428
of 300,369

평판
12

참여
11 질문
2 답변

답변 채택
100.0%

획득한 표
8

순위
 of 20,936

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,436

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


Constructing a try-catch loop
Hi, I am trying to write a try-catch loop that will only fail on more than five attempts. how can i go about that? So far,...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Load file as soon at saved from another session
Hi, I'm running two Matlab sessions. Is there anyway to load a file that is saved from another session, as soon as it is saved...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Split string with successive delimiters
Hi, I have a string, A = 'matlab,2016,b,,,' I am trying to extract the characters between the commas using strsplit. howev...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Combining arrays by common variable
Hi, I have A (100 x 2 double), and B (90 x 2) variable. I want to combine these two by common values in the first column of A, ...

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

1

답변

답변 있음
Reshaping array horizontally elementwise
got it! reshape(A, 10 [])'

대략 9년 전 | 4

| 수락됨

질문


Reshaping array horizontally elementwise
Hi, I have a 1 x 100 array, A. How can I reshape it so that I have a 10 x 10 double so that the first ten elements are the fi...

대략 9년 전 | 답변 수: 2 | 4

2

답변

질문


Convert cell to table
Hi, I have a 1 x 30 cell, A. Each element of A is a 1 x 10 double. How can I convert this to a 30 x 10 double, where each row...

대략 9년 전 | 답변 수: 2 | 0

2

답변

답변 있음
Unique values in an array, with specific digits
close, but not quite. while it lists the unique combinations of first and last digits, how can i get the frequency of each? e.g....

대략 9년 전 | 0

| 수락됨

질문


Unique values in an array, with specific digits
Hi, I have an array of 7 digit numbers. i want to count the number of occurrences of unique values starting with two digits, sa...

대략 9년 전 | 답변 수: 2 | 0

2

답변

질문


Combining elements in an array
Hi, I have a logical array, A = [1 0 1]. How can I combine the elements horizontally, so that I have B = [101]? Any help would...

9년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Concatenate cell arrays element-wise
Hi, I have two cell arrays: A = {'a','b'}, and C = {'c','d'}. How can I write a loop to take each element of A and concaten...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Ranking matrix by rows
Hi, I have a 3x3 matrix. I want to create a matrix that shows the magnitude rank of the elements in the rows with 1 being the...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Finding array with maximum value at each row
hi, i have three 10 x 1 arrays, a, b, and c. how can i write a function that show which array has the highest value at each ...

12년 초과 전 | 답변 수: 1 | 0

1

답변