photo

Md


Last seen: 約3年 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

9 質問
0 回答

ランク
266,087
of 300,813

評判
0

コントリビューション
9 質問
0 回答

回答採用率
0.0%

獲得投票数
0

ランク
 of 21,086

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,169

コントリビューション
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

回答