photo

Alekhya Hati


Last seen: 10 jours il y a Actif depuis 2020

Followers: 0   Following: 0

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

Statistiques

All
MATLAB Answers

4 Questions
0 Réponses

Cody

0 Problèmes
2 Solutions

RANG
224 281
of 298 545

RÉPUTATION
0

CONTRIBUTIONS
4 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
25.0%

VOTES REÇUS
0

RANG
 of 20 613

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
82 194
of 161 622

CONTRIBUTIONS
0 Problèmes
2 Solutions

SCORE
30

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1
  • Solver

Afficher les badges

Feeds

Afficher par

Question


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...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 2 ans il y a | 1 réponse | 0

0

réponse

Question


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...

plus de 2 ans il y a | 2 réponses | 0

2

réponses

A résolu


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...

plus de 4 ans il y a

A résolu


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:...

plus de 4 ans il y a