Alekhya Hati - MATLAB Central
photo

Alekhya Hati


Last seen: 27日 前 2020 年からアクティブ

Followers: 0   Following: 0

Programming Languages:
Python, Java, MATLAB
Spoken Languages:
Bengali, English, Hindi
Pronouns:
She/her

統計

All
MATLAB AnswersCodyFrom 09/20 to 03/25Use left and right arrows to move selectionFrom 09/20Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

4 質問
0 回答

Cody

0 問題
2 解答

ランク
173,408
of 297,716

評判
0

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

回答採用率
25.0%

獲得投票数
0

ランク
 of 20,469

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
80,840
of 159,428

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

スコア
30

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1
  • Solver

バッジを表示

Feeds

表示方法

質問


Computing Spearman coefficient between corresponding rows of two matrices in computationally efficient way
I have multiple pairs of large matrices (nx1000) stored inside cell array. I have devised a way to extract the values and then u...

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

1

回答

質問


Finding cluster of positive and negative numbers in an array, then the maximum and minimum value in each cluster
Say for example, I have a = [ 2 -2 1 4 5 -3 -2 1 -1 2 5 -2 6 -7 1 3 -4] What I want is to group the elements as [2], [-2], [1...

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

1

回答

質問


Identifying minima that have no maximum above threshold between them
Using islocalmin() and islocalmax(), I get a logical array containing the information of minima and maxima of an oscillating dat...

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

0

回答

質問


How do I split an array into small array of fixed size with increments by 1?
For example, I have an array, say aa = [2 5 6 10 2 4 2 1 -1 -12 0 3 7]; What I want to do is create arrays of length 4, such a...

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

2

回答

解決済み


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

4年以上 前

解決済み


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

4年以上 前