photo

Md


Last seen: 거의 3년 전 2022년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

9 질문
0 답변

순위
224,061
of 300,302

평판
0

참여
9 질문
0 답변

답변 채택
0.0%

획득한 표
0

순위
 of 20,911

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,040

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

Feeds

보기 기준

질문


need to plot the accuracy vs epoch graph
allImages = imageDatastore('TrainingData', 'IncludeSubfolders', true,... 'LabelSource', 'foldernames'); %% Split data into...

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


using servo giving error
Hello, I am using the code below to track red object using servomotor and arduino. clear all; a=arduino("/dev/cu.usbmodem10...

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


use arduino uno and servo motor in matlab to track red object
Do I need to do anything in the arduino ide to run this code in matlab? a = arduino('COM7','Uno','Libraries','Servo'); s = s...

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


how to open the hardware setup page
https://www.mathworks.com/help/supportpkg/arduinoio/ug/configure-setup-for-esp32-hardware.html#mw_cca7a81e-2153-4a62-9a4f-1fc269...

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

1

답변

질문


detect the largest red object, its centroid and put bounding box around it
This code detects red objects, their centroid and put bouding box around them, instead of doing this, I want it to detect the la...

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

2

답변

질문


detecting red object, show centroid and put bounding box around it from the webcam video
I want to make this code to detect red objects, show centroid and bounding box from the inbuilt webcam video of my mac device. ...

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

1

답변

질문


convert the image to binary
I need to convert the first image to the second image. I posted about this before but the answers didn't help. One of my c...

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

0

답변

질문


detecting circle using hough tranform
I am trying to detect circle using hough transform using the image above. My code is RGB = imread('img1.jpg'); imshow(RGB)...

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

3

답변

질문


remove salt and pepper from an image then convert to binary
How can I convert the first image to the second image? I used the code below but it didn't help, and I didn't convert it to...

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

1

답변