photo

Rafid Mustafiz


Last seen: 3 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计数据

Feeds

排序方式:

提问


Why this error? 'Transpose on ND array is not defined. Use PERMUTE instead.'
when I write the following code: newImage = 'C:\Users\AKM Rahmatullah Clg\Documents\MATLAB\Pet Detection\Endoscopy Data\0028.pn...

4 years 前 | 1 个回答 | 0

1

个回答

提问


I can not use randomAffine2d function in matlab R2019a. How can I import to matlab?
In matlab R2019b they can use the function randomAffine2d https://in.mathworks.com/help/images/ref /randomaffine2d.html Bu...

4 years 前 | 1 个回答 | 0

1

个回答

提问


where is the error of following code to calculate confusionmat?
predictedLabels = predict(classifier, testFeatures); testLabels = testSet.Labels; confMat = confusionmat(testLabels, pre...

5 years 前 | 0 个回答 | 0

0

个回答

提问


Image detection using SVM classifier from wavelets features extraction
I have extracted wavelet features from a set of images and stored as following: cov_features = [R4_f1 R4_f2 R4_f3 R4_f4 R5_f1 R...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How can I put CNN features and GLCM features in a vector?
I need to extract CNN features and wavelet features of an image. Then put these combined features in a single vector. What will...

6 years 前 | 0 个回答 | 0

0

个回答

提问


how to overcome the following error? errors are described in the comment
clear all; close all; clc; %deviceInfo = gpuDevice; rootFolder = fullfile('E:\education\Matlab\bin\Endoscopy\', '101_ObjectCate...

6 years 前 | 0 个回答 | 0

0

个回答