Md
Followers: 0 Following: 0
Statistics
9 Questions
0 Answers
RANK
212,400
of 295,569
REPUTATION
0
CONTRIBUTIONS
9 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
need to plot the accuracy vs epoch graph
allImages = imageDatastore('TrainingData', 'IncludeSubfolders', true,... 'LabelSource', 'foldernames'); %% Split data into...
2 years ago | 1 answer | 0
1
answerQuestion
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...
2 years ago | 1 answer | 0
1
answerQuestion
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...
2 years ago | 1 answer | 0
1
answerQuestion
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...
2 years ago | 1 answer | 0
1
answerQuestion
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...
2 years ago | 2 answers | 0
2
answersQuestion
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. ...
2 years ago | 1 answer | 0
1
answerQuestion
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...
2 years ago | 0 answers | 0
0
answersQuestion
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)...
2 years ago | 3 answers | 0
3
answersQuestion
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...
2 years ago | 1 answer | 0