photo

vishnu andavar


SRM university

自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

7 个提问
1 个回答

排名
30,189
of 300,974

声誉
1

贡献数
7 个提问
1 个回答

回答接受率
57.14%

收到投票数
0

排名
 of 21,128

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 172,130

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


i am using red object detection program,but the prb is i am unable to stop/interrupt the program when its running,plz help me
if true % codevid = videoinput('winvideo', 1, 'YUY2_640x480'); set(vid, 'FramesPerTrigger', Inf); set(vid, 'Ret...

13 years 前 | 3 个回答 | 0

3

个回答

已回答
simple program to run a servo motor using matlab-arduino uno.
sloution: Matlab Code if true % code end arduino = serial('COM21','BaudRate',9600); % Set ComPort fopen(arduino); ...

13 years 前 | 0

| 已接受

提问


simple program to run a servo motor using matlab-arduino uno.
plz help

13 years 前 | 2 个回答 | 0

2

个回答

提问


code to control 3 servo motor using ardiuno uno.
plz help me with the code needed to control 3 servo motor individually using a ardiuno uno.

13 years 前 | 0 个回答 | 0

0

个回答

提问


what is code to send a signal to ardino uno pin (ardino pin is connected to servo motor),when in the below program if tomato1 is absent and i need to run motor1 in that case.?plz help
for i = 1:object if stats(i).Centroid(2) > 0 && stats(i).Centroid(2) < 160 sprintf('Tomato 1 is there') else sprintf('Tomato...

13 years 前 | 0 个回答 | 0

0

个回答

提问


the below code changes rgb image to grey ,can the same partision done without changing the image to grey??
dataTop = rgb2gray(data(1:240, :,:)); dataMiddle = rgb2gray(data(241:480, :, :)); dataBottom = rgb2gray(data(481:end, :,...

13 years 前 | 1 个回答 | 0

1

个回答

提问


how to divide the matlab image into 3 sections or boxs??
i have resolution of 1280*720 i need to divide 720 into 3 partition and keep 1280 as is it ,how can i do it??and where do i add ...

13 years 前 | 1 个回答 | 0

1

个回答

提问


can anyone help me with codes for finding red, green and orange individually using a webcamera for sorting,
plz someone help me with the program code for sorting tomato if red the camera should detect else should not mark,and similarly ...

13 years 前 | 1 个回答 | 0

1

个回答