photo

Kevin Gjoni


Last seen: ungefär 2 år ago Active since 2023

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
1 Answer

RANK
229 066
of 298 554

REPUTATION
0

CONTRIBUTIONS
6 Questions
1 Answer

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 20 617

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 161 660

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 2

View badges

Feeds

View by

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

ungefär 2 år ago | 1 answer | 0

1

answer

Question


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

ungefär 2 år ago | 1 answer | 0

1

answer

Question


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

ungefär 2 år ago | 2 answers | 0

2

answers

Question


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

mer än 2 år ago | 1 answer | 0

1

answer

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

mer än 2 år 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...

mer än 2 år ago | 2 answers | 0

2

answers

Question


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'); ...

mer än 2 år ago | 1 answer | 0

1

answer