photo

Rafid Mustafiz


Last seen: 4 years ago Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
239,868
of 297,503

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20,449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,017

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

Feeds

View by

Question


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...

5 years ago | 1 answer | 0

1

answer

Question


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...

5 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 0 answers | 0

0

answers

Question


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...

7 years ago | 1 answer | 0

1

answer

Question


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...

7 years ago | 0 answers | 0

0

answers

Question


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...

7 years ago | 0 answers | 0

0

answers