HIRAKJYOTI BASUMATARY
自 2016 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
Removing strings containing numbers
If i have a string = " 30th Birthday WORLDCUP34 WORLDCUP'34 '04 " and i want the output to be only = " Birthday "...
7 years 前 | 1 个回答 | 0
1
个回答提问
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...
7 years 前 | 1 个回答 | 0
1
个回答提问
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 ...
7 years 前 | 0 个回答 | 0
0
个回答提问
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...
7 years 前 | 0 个回答 | 0
0
个回答提问
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...
7 years 前 | 1 个回答 | 0
1
个回答提问
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...
7 years 前 | 1 个回答 | 0
1
个回答提问
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...
7 years 前 | 0 个回答 | 0
0
个回答提问
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...
7 years 前 | 2 个回答 | 0
2
个回答提问
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 ...
7 years 前 | 0 个回答 | 0
0
个回答提问
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 ...
7 years 前 | 1 个回答 | 0
1
个回答提问
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...
7 years 前 | 1 个回答 | 0
1
个回答提问
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...
7 years 前 | 1 个回答 | 0
1
个回答提问
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...
7 years 前 | 1 个回答 | 0
1
个回答提问
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...
7 years 前 | 1 个回答 | 0