photo

ATTAR Mehenni


2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

3 질문
2 답변

순위
18,293
of 301,709

평판
2

참여
3 질문
2 답변

답변 채택
0.0%

획득한 표
1

순위
 of 21,394

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 176,196

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Revival Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


I need help, how I use this function to display image in matlab gui separately by double clicking ?
if true % code end function openSpecificImage(handles) type = get(gcf,'SelectionType'); switch type ...

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

0

답변

질문


I display an image on the axis matlab gui, I can know how to display the image separately in another figure to zoom ... etc
axes(handles.axes2); imshow(redChannel); ...

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

0

답변

질문


This proggram is for thresholding :
[n,m]=size(a); abin=zeros(n,m); thresh = 90; for i=1:n for j=1:m if (a(i,j)>thresh) ...

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

1

답변

답변 있음
What would be the best method of image recognition for components on an image of a PCB?
Hi, if you found the solution, share the code matlab, thanks

8년 초과 전 | 0

답변 있음
How to get MATLAB to recognise components on a PCB board
Hi, if you found the solution, share the code matlab, thanks

8년 초과 전 | 1