Kevin Gjoni
Followers: 0 Following: 0
Statistics
RANK
219,374
of 295,569
REPUTATION
0
CONTRIBUTIONS
6 Questions
1 Answer
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
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
Question
Why do I get a DataQueue error?
When running my matlab app from app designer I get this error message directly in the fist line (classdef) (GUI_V3): Error usin...
1 year ago | 1 answer | 0
1
answerQuestion
How to calculate features of benign images?
The provided code in 'GehtMitAllenMasks.m' works for images of type 'malignant' but not for images of type 'benign' (function 'c...
1 year ago | 1 answer | 0
1
answerQuestion
How to make predictions with exported model from Classification Learner in App Designer?
Hello, as the titel says, I am not able to make predictions with the exported model from Classification Learner in App Designer...
2 years ago | 2 answers | 0
2
answersQuestion
Why does my cell array remain empty?
I'm trying to find all checkboxes in a specific panel that are checked, get their tags/names and perform different actions depen...
2 years ago | 1 answer | 0
1
answerWhy do I get unrecognized function or variable when calling constructor in app designer
I solved the problem: The TFeature that i passed to the constructer is a table in the workspace. I don't know why but I could ...
2 years ago | 0
| accepted
Question
Why do I get unrecognized function or variable when calling constructor in app designer
I want to call the constructor from another class in my app's properties like this: properties (Access = private) oBen...
2 years ago | 2 answers | 0
2
answersQuestion
How to find checkboxes in panel component in MATLAB app designer?
% Find all the checkbox objects belonging to features checkboxes = findobj(app.features, 'Style', 'checkbox'); ...
2 years ago | 1 answer | 0