photo

Zulfa Muthmainnah


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
220,665
of 300,904

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 21,108

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,602

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答