photo

Balakrishnan Rajan


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

3 个提问
3 个回答

Cody

0 个问题
1 个答案

排名
6,238
of 299,962

声誉
8

贡献数
3 个提问
3 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 20,851

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
119,933
of 166,743

贡献数
0 个问题
1 个答案

评分
20

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Solver
  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 1

查看徽章

Feeds

排序方式:

已回答
Find the changed area between two images
Depends on your definition of area of the painting. Is every point with colour anything but absolute white considered as a part ...

6 years 前 | 0

已回答
How to capture frames after each 5 seconds from live stream and save as image in a folder ??
You can use a while loop here. Folder = 'OUTPUT\'; vid = videoinput('winvideo', 1); % wait for 5 seconds whi...

6 years 前 | 0

| 已接受

已回答
Facing problem in saving the images in folder
The 'fname' line of your code: fname = sprintf('%06d.jpg', i); should be in the outer most for loop. Then the 'i' will corresp...

6 years 前 | 0

| 已接受

提问


Regarding variables that can be accessed across callback functions in App designer
I am implenting an audio player in an app. I have two buttons - Play/pause and stop. I want to store the state of the player in ...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Regarding Multi-label transfer learning with googlenet
I have a dataset with pictures with presence of objects of different classes. I want to perform a multilabel classification, whi...

7 years 前 | 4 个回答 | 0

4

个回答

提问


Unable to build C code for real time desktop target due to "rt_nonfinite.h" missing
### Generating code into build folder: C:\Users\braja\Desktop\HIL testing\HIL_squirrel_cage_test_at_1ms_sampling_time_sldrt_wi...

8 years 前 | 1 个回答 | 0

1

个回答