photo

MashalS


Last seen: 1년 초과 전 2021년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

6 질문
0 답변

순위
244,765
of 300,364

평판
0

참여
6 질문
0 답변

답변 채택
16.67%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

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

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

1

답변

질문


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

대략 4년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0

1

답변