photo

HIRAKJYOTI BASUMATARY


Aktiv seit 2016

Followers: 0   Following: 0

Statistik

All
MATLAB Answers

14 Fragen
0 Antworten

File Exchange

1 Datei

RANG
99.344
of 300.364

REPUTATION
0

BEITRÄGE
14 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
21.43%

ERHALTENE STIMMEN
0

RANG
15.597 of 20.934

REPUTATION
10

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
1 Datei

DOWNLOADS
1

ALL TIME DOWNLOADS
105

RANG

of 168.407

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

  • Thankful Level 2
  • Personal Best Downloads Level 1
  • First Submission
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

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

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

fast 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

etwa 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort