photo

MashalS


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

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
253,580
of 301,213

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
16.67%

收到投票数
0

排名
 of 21,191

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 173,422

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How to use GPU to speed up computation?
% Define the paths to the three video files videoPaths = { 'F:\LIVE Video Quality Challenge (VQC) Database\LIVE Video Qual...

2 years 前 | 1 个回答 | 0

1

个回答

提问


How to perform fuzzy c means clustering using custom initializations (initial fuzzy membership metric, datapoints, cluster centers.. etc)?
% Define the data points as coordinates (X, Y) Data = [ 1, 3; 8, 2; 1, 2; 3, 1 ...

2 years 前 | 1 个回答 | 0

1

个回答

提问


I want to hide the circles and only plot centroids with "+" sign
I have attached the images and m file

4 years 前 | 2 个回答 | 0

2

个回答

提问


Does order of GUI function callbacks matter in displaying output on axes (for an image)? Can output of two callback functions distort or doesnt appear beacuse of it ?
% --- Executes on button press in histogram. function histogram_Callback(hObject, eventdata, handles) % hObject handle to h...

4 years 前 | 0 个回答 | 0

0

个回答

提问


I have written code for shape detection ,it is working well ; However ,yellow square in the image is being labelled as 'rhombus'.
function Shape_detection_Callback(hObject, eventdata, handles) % hObject handle to Shape_detection (see GCBO) % eventdata ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to display image information using a pushbutton in GUI ?
CODE : function Display_Information_Callback(hObject, eventdata, handles) % hObject handle to Display_Information (see GCBO...

4 years 前 | 1 个回答 | 0

1

个回答