photo

Md


Last seen: 3 years 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

9 个提问
0 个回答

排名
266,079
of 300,779

声誉
0

贡献数
9 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,997

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答