photo

Kevin Gjoni


Last seen: plus de 3 ans il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

MATLAB Answers

6 Questions
1 Réponse

RANG
131 606
of 301 958

RÉPUTATION
0

CONTRIBUTIONS
6 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
66.67%

VOTES REÇUS
0

RANG
 of 21 472

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 177 745

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2

Afficher les badges

Feeds

Afficher par

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

plus de 3 ans il y a | 1 réponse | 0

1

réponse

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

plus de 3 ans il y a | 1 réponse | 0

1

réponse

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

plus de 3 ans il y a | 2 réponses | 0

2

réponses

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

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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 ...

plus de 3 ans il y a | 0

| A accepté

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

plus de 3 ans il y a | 2 réponses | 0

2

réponses

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

plus de 3 ans il y a | 1 réponse | 0

1

réponse