Feeds
질문
??? 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년 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 0 | 0
0
답변질문
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년 전 | 답변 수: 0 | 0
0
답변질문
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년 전 | 답변 수: 1 | 0
