Alekhya Hati
Followers: 0 Following: 0
Programming Languages:
Python, Java, MATLAB
Spoken Languages:
Bengali, English, Hindi
Pronouns:
She/her
Python, Java, MATLAB
Spoken Languages:
Bengali, English, Hindi
Pronouns:
She/her
Statistica
All
RANK
214.569
of 295.448
REPUTAZIONE
0
CONTRIBUTI
4 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
25.0%
VOTI RICEVUTI
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 2 anni fa | 0 risposte | 0
0
risposteDomanda
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...
circa 2 anni fa | 2 risposte | 0
2
risposteRisolto
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...
circa 4 anni fa
Risolto
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:...
circa 4 anni fa