photo

sushma sharma


2013 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

11 質問
2 回答

ランク
4,181
of 300,753

評判
12

コントリビューション
11 質問
2 回答

回答採用率
100.0%

獲得投票数
8

ランク
 of 21,075

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,858

コントリビューション
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...

11年弱 前 | 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...

11年弱 前 | 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

回答