photo

Ekaterina Sadovaya


Last seen: 2年以上 前 2018 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

1 質問
1 回答

Cody

0 問題
6 解答

ランク
8,078
of 300,886

評判
6

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

回答採用率
100.0%

獲得投票数
2

ランク
 of 21,104

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
48,890
of 171,502

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

スコア
80

バッジ数
2

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

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

平均評価

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

平均いいねの数

  • First Answer
  • Promoter
  • Solver
  • Thankful Level 1

バッジを表示

Feeds

表示方法

回答済み
find second minimum in a row in matlab without sorting
You can exclude the first minimum. So, for example for the first row it will be A1 = A(1,:); [first_min_value, index] = min(A1...

約6年 前 | 2

解決済み


Remove the air bubbles
Given a matrix a, return a matrix b in which all the zeros have "bubbled" to the top. That is, any zeros in a given column shoul...

約6年 前

解決済み


Reverse the elements of an array
Reverse the order of elements in an array: eg: input X = [ 1 2 3 ; 4 5 6 ; 7 8 9 ] o...

8年弱 前

解決済み


Flip the main diagonal of a matrix
Given a n x n matrix, M, flip its main diagonal. Example: >> M=magic(5); >> flipDiagonal(M) 9 24 1 ...

8年弱 前

解決済み


Back to basics 23 - Triangular matrix
Covering some basic topics I haven't seen elsewhere on Cody. Given an input matrix, return a matrix with all elements above a...

8年弱 前

解決済み


Remove NaN ?
input -> matrix (n*m) with at least one element equal to NaN; output -> matrix(p*m), the same matrix where we deleted the enti...

8年弱 前

解決済み


Back to basics 21 - Matrix replicating
Covering some basic topics I haven't seen elsewhere on Cody. Given an input matrix, generate an output matrix that consists o...

8年弱 前

質問


How to clear the whole field in edit text?
I have a GUI and one of it's function is to show some strings in edit text. It's working well, but only before the field ends. H...

8年弱 前 | 1 件の回答 | 0

1

回答