photo

Zulfa Muthmainnah


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

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

  • Thankful Level 1

View badges

Feeds

View by

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

answer

Question


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

answer

Question


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

answer

Question


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

answers

Question


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

answers

Question


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

1

answer