HIRAKJYOTI BASUMATARY
Followers: 0 Following: 0
Statistiques
RANG
96 130
of 295 569
RÉPUTATION
0
CONTRIBUTIONS
14 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
21.43%
VOTES REÇUS
0
RANG
15 277 of 20 247
RÉPUTATION
10
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
1 Fichier
TÉLÉCHARGEMENTS
1
ALL TIME TÉLÉCHARGEMENTS
104
RANG
of 154 105
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Removing strings containing numbers
If i have a string = " 30th Birthday WORLDCUP34 WORLDCUP'34 '04 " and i want the output to be only = " Birthday "...
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Error using eval function
I am trying simple eval function . But at some times it gets executed fine. Sometimes it gives me the error msg "Error: Unexpect...
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Robot arm opening screw-cap
Dear community , i am about to start a project on robotic gripper. But i am not able to find any good links on the internet for ...
presque 7 ans il y a | 1 réponse | 0
0
réponseQuestion
Supervised classification using GMM
I am trying to figure out how will i be able to perform supervised Gaussian mixture model classification on MNIST data set. I ha...
environ 7 ans il y a | 1 réponse | 0
0
réponseQuestion
How to get the indices of the rows of the matrix which are shuffled ?
I have a matrix A , which i have shuffled. Now how to get the indices of the rows which were shuffled . Just like the command 's...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Labeling arrays of matrix and accessing another array of matrix
Hie everyone i am new to matlab , and i am stuck in a small technique. Suppose i have a matrix(M) and matrix(N) of same number o...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
MNIST data store in a folder
I am trying to store the images of MNIST training images into a folder. But first, i want to store the images with labels 0 in a...
environ 7 ans il y a | 1 réponse | 0
0
réponseQuestion
Getting the data points of each cluster in kmeans.
After i perform kmeans algorithm of matlab , i get the number of the desired clusters. Now if i want to see the data points of e...
environ 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
Outlier rejection plot strategy
I am new to matlab and i am struggling with a simple figure plot strategy. I have written a code for regression diagnostics and ...
environ 7 ans il y a | 1 réponse | 0
0
réponseQuestion
How to loop in a single line for the given statement
Suppose i have a n * d matrix (2D datas) . Here n=2 , so i have been able to give 2 statements inside for loop to calculate the ...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Concatenating in a new matrix from inside a while loop
Hiee.. I am trying store the new values of TP in a new matrix after some TP values are deleted inside the loop as the conditions...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
gradient descent algorithm - index out of bounds
I have written a simple code for the gradient descent algorithm but i am getting an error while accessing grd(2) . It says " Att...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Index out of bounds in a for loop
I am trying to loop till the length of Ytotal. But inside the loop some of the elements are getting deleted as the conditions ar...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Error in storing the values from a loop to a matrix
I am getting error while storing values of loop . iterations = 10; t = zeros(2,iterations); for i = 1:iterat...
environ 7 ans il y a | 1 réponse | 0