Statistics
6 Questions
0 Answers
RANK
162,296
of 300,759
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 21,081
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 170,900
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
Feeds
Question
??? Subscript indices must either be real positive integers or logicals in neural network
I need your help! I want to classify my data into five groups using feedforward backpropagation. I made the program and apply ...
10 years ago | 1 answer | 0
1
answerQuestion
How to compute matrix variable in mat file?
I want to compute variables in my matrix with this formula: P = load('grading/dimension.mat','Z'); min_P = min(P.Z);...
10 years ago | 1 answer | 0
1
answerQuestion
error Undefined function or method 'min' for input arguments of type 'struct'
I want to find min and max value of my matriks P = load('grading/datauji.mat'); min_P = min(P,[],3); max_P = max(...
10 years ago | 1 answer | 0
1
answerQuestion
How to save multiple data in one text file
I want to save height and width value from multiple objects in one text file, but it only saved the last processed image data. h...
10 years ago | 0 answers | 0
0
answersQuestion
how to read multiple images from axes gui matlab
I have multiple RGB images attached in axeses (1 to 9) in GUI matlab and I want to convert the images into binary image with one...
10 years ago | 0 answers | 0
0
answersQuestion
error using rgb2gray
I've made GUI with GUIDE which makes RGB image into binary image. Before I change the RGB image into binary image, I read the im...
10 years ago | 1 answer | 0
