![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8166197_1522125070515_DEF.jpg)
HIRAKJYOTI BASUMATARY
Followers: 0 Following: 0
Statistik
RANG
205.732
of 297.016
REPUTATION
0
BEITRÄGE
14 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
21.43%
ERHALTENE STIMMEN
0
RANG
15.399 of 20.419
REPUTATION
10
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
1 Datei
DOWNLOADS
1
ALL TIME DOWNLOADS
104
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Removing strings containing numbers
If i have a string = " 30th Birthday WORLDCUP34 WORLDCUP'34 '04 " and i want the output to be only = " Birthday "...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
etwa 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
etwa 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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 ...
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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 ...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 7 Jahre vor | 1 Antwort | 0