photo

Kevin Gjoni


Last seen: 2 years 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
1 个回答

排名
132,052
of 299,852

声誉
0

贡献数
6 个提问
1 个回答

回答接受率
66.67%

收到投票数
0

排名
 of 20,818

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,274

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
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...

2 years 前 | 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...

2 years 前 | 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...

2 years 前 | 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...

2 years 前 | 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 ...

2 years 前 | 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...

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

2 years 前 | 1 个回答 | 0

1

个回答