Statistics
RANK
194,111
of 295,467
REPUTATION
0
CONTRIBUTIONS
11 Questions
1 Answer
ANSWER ACCEPTANCE
81.82%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to access to variables saved in Matlab folder from the GUI
I want to load my dataset or access any other variables that are saved to my matlab folder or are in my workspace currently from...
10 years ago | 1 answer | 0
1
answerQuestion
Matlab GUI popup menu
Hi I'm new to GUI so sorry if it's so obvious. I want to use a popup menu to select which dataset to load in my program. In ...
10 years ago | 1 answer | 0
1
answerQuestion
cv partition for categorical values
I am trying to use k fold cross validation for my dataset which has categorical and numerical features. % Create a cvparti...
10 years ago | 0 answers | 0
0
answersQuestion
resampling an unbalanced dataset
Hi, I have a dataset which has 2 classes(churn='False.' and churn='True.'). It is unbalanced because 700 of the 5000 sample is...
10 years ago | 1 answer | 0
1
answerQuestion
Naive Bayes Classification for categorical values
Hi, I have a dataset containing numerical and categorical data. I like to use Naive Bayes Classifier in the following link but i...
10 years ago | 1 answer | 0
1
answeraccessing table data in different forms
accesing it like a=T{:,5}; solved my problem. Hope this helps someone as well :D
10 years ago | 0
| accepted
Question
accessing table data in different forms
Hi I have T table as follows. LastName = {'Smith';'Johnson';'Williams';'Jones';'Brown'}; Age = [38;43;38;40;49]; ...
10 years ago | 1 answer | 0
1
answerQuestion
Count unique categorical values in table
My table consist of only categorical values. I try to find unique elements and how many times do they appear in my table. Not ...
10 years ago | 3 answers | 0
3
answersQuestion
Is there a way to save dataset?
Hi, I have a CVC file dataset consists of 100.000 x 173 data. Reading it takes 13 minutes on my macbook pro (8gb ram). I read it...
10 years ago | 1 answer | 0
1
answerQuestion
Sort Matrix by rows
I have a matrix which first row indicates index numbers and second indicated the data. For example it goes like this: 1 ...
10 years ago | 4 answers | 0
4
answersQuestion
Copy table's certain data into another table with corresponding variable names
Let's say I have a table with 10 rows and 10 columns. I'd like to copy 5 cols and 10 rows of the table into another one with the...
10 years ago | 2 answers | 0
2
answersQuestion
How to access the data type of the each column of a table
I have a table which contains categorical and numerical data. In order to separate those two, I want to know how to access the d...
10 years ago | 2 answers | 0