photo

Fauzan Alghifari


Last seen: 5 years ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

8 Questions
3 Answers

RANK
121,873
of 300,338

REPUTATION
0

CONTRIBUTIONS
8 Questions
3 Answers

ANSWER ACCEPTANCE
87.5%

VOTES RECEIVED
0

RANK
 of 20,922

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,124

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

  • Thankful Level 3

View badges

Feeds

View by

Answered
ERROR : The function 'pushbutton1_Callback' might be unused . AND any more
Unable to resolve the name vision.CascadeObjectDetector. Error in projek1>pushbutton2_Callback (line 132) detector.detec...

5 years ago | 0

Question


ERROR : The function 'pushbutton1_Callback' might be unused . AND any more
LINE 98 : The function 'pushbutton1_Callback' might be unused LINE 114 : The function 'pushbutton2_Callback' might be unus...

5 years ago | 2 answers | 0

2

answers

Question


how does the "Hasil Identifikasi" box output text in accordance with the name of the uploaded file without the png / jpg format?
For example filename: cambodia the output in the "hasil identifikasi" box is Cambodia

5 years ago | 0 answers | 0

0

answers

Answered
(Third File) LINE : 77, 87 , 100, 134, 177, 183, 186, 187, 190, 211 ERROR . PLEASE HELP ME
new link sir https://www.mathworks.com/matlabcentral/answers/520995-new-1-i-click-buka-citra-and-choose-image-i-click-ekstrasi-...

5 years ago | 0

2

answers

Question


Unrecognized function or variable 'filenames'. Error in pengujian_sistem (line 4) jumlah_data = numel(filenames);
% membaca file citra dalam folder image_folder ='data uji'; filename = dir(fullfile(image_folder, '*.jpg')); jumlah_data = ...

5 years ago | 1 answer | 0

1

answer

Question


Unrecognized function or variable 'filenames'. Error in pelatihan_sistem (line 6) [jumlah_data] = numel(filenames);
clc; clear; close all; % membaca file citra dalam folder image_folder ='data latih'; filename = dir(fullfile(image_folder, ...

5 years ago | 1 answer | 0

1

answer

Question


(Third File) LINE : 77, 87 , 100, 134, 177, 183, 186, 187, 190, 211 ERROR . PLEASE HELP ME
function varargout = untitled(varargin) % UNTITLED MATLAB code for untitled.fig % UNTITLED, by itself, creates a new UNTI...

5 years ago | 2 answers | 0

2

answers

Question


(Second File) Line 6 : The function return value "jumlah_data" might be unset and the function "numel" might be unused . Line 23 . Line 35. Line 38 . Line 39 . Line 47
clc; clear; close all; % membaca file citra dalam folder image_folder ='data uji'; filename = dir(fullfile(image_folder, ...

5 years ago | 1 answer | 0

1

answer

Question


(First File) Line 6 : The Function return value "jumlah_data" might be unset and the function "numel" might be unused . Line 23 . Line 40 . Line 44
clc; clear; close all; % membaca file citra dalam folder image_folder ='data latih'; filename = dir(fullfile(image_folder, ...

5 years ago | 1 answer | 0

1

answer