Community Profile

photo

Kevin Gjoni


Last seen: 대략 1년 전 2023년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 1년 전 | 답변 수: 2 | 0

2

답변

질문


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

대략 1년 전 | 답변 수: 1 | 0

1

답변

답변 있음
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 ...

대략 1년 전 | 0

| 수락됨

질문


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

대략 1년 전 | 답변 수: 2 | 0

2

답변

질문


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

대략 1년 전 | 답변 수: 1 | 0

1

답변