photo

Tuffahatul Ummah


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

8 Questions
0 Answers

RANK
37,892
of 300,780

REPUTATION
1

CONTRIBUTIONS
8 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
1

RANK
 of 21,086

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 171,018

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


How to label a matrix
I have following code, I wanna give label to a matrix with 1 or -1 based on the type. I know it will give an error "Subscript i...

9 years ago | 1 answer | 0

1

answer

Question


END or colon can only be used to index arrays
I built a GUI, and made a function named training. I load my databasetraining which has two variables in it, C sized 144x300 and...

9 years ago | 1 answer | 0

1

answer

Question


how to write multiple images into a folder
I have this code [parentFolder deepestFolder] = fileparts('24x24'); output_folder = 'E:\Bismillah Wisuda 115\progress TA...

9 years ago | 2 answers | 1

2

answers

Question


CART as weak learner in Adaboost
Is it possible to use CART (my weak learner in adaboost) to train a large data? My data set (feature vector) D X N is 8100 x 80,...

9 years ago | 0 answers | 0

0

answers

Question


How to combine mat file
I have two mat files named databaseA.mat and datalabelB.mat which have different sizes, databaseA.mat is 8100 x 80 double and da...

9 years ago | 1 answer | 0

1

answer

Question


Adaboost: Help on matlab code error
function [tree_node_left, tree_node_right, split_error] = ... do_learn_nu(tree_node, dataset, labels, weights, papa) t...

9 years ago | 0 answers | 0

0

answers

Question


how to save matrix in a loop which size are different and changing?
if jenis == 1 positif(1, 1:numel(feature))=feature(:); % Store feature in row #1 of positif else negatif(1, 1:numel(featu...

9 years ago | 0 answers | 0

0

answers

Question


how to save matrix in a loop which size are changing?
if jenis == 1 for k = 1; positif(k,:)=feature(:); k = k+ 1; end else for j = 1; negatif...

9 years ago | 1 answer | 0

1

answer