photo

Deepesh B


Last seen: 9 months 前 自 2013 起处于活动状态

Followers: 0   Following: 0

消息

Image Processing DSP MATLAB coder HDL coder Simulink Coder Professional Interests: DSP,FPGA,ARM

统计学

All
MATLAB Answers

1 个提问
7 个回答

File Exchange

1 文件

Cody

2 个问题
5 个答案

排名
9,715
of 299,830

声誉
2

贡献数
1 个提问
7 个回答

回答接受率
100.0%

收到投票数
1

排名
11,506 of 20,813

声誉
42

平均
0.00

贡献数
1 文件

下载次数
1

ALL TIME 下载次数
372

排名
32,153
of 166,163

贡献数
2 个问题
5 个答案

评分
140

徽章数量
5

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Personal Best Downloads Level 2
  • First Submission
  • First Answer
  • Commenter
  • Promoter
  • Quiz Master
  • Creator
  • Solver

查看徽章

Feeds

排序方式:

已提交


COVID-19 Spred Model
This simulation shows how COVID-19 Spread World wide

5 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已回答
How can I create a button that says yes & no?
Hi refer button = questdlg('qstring','title','str1','str2',default) in matlab help

11 years 前 | 0

已回答
How can I remove everything except leaves?
hi By imtool command find exact threshold for leaves color and apply segmentation for that color only finger will b...

11 years 前 | 0

已回答
i would like to remove the skull in the following image ..can any one please help me out people...im almost struck with the programs .thanks in advance.also,i just need the explanation and the program people.
Hi 1. Convert the image into binary by t = 0.1(experimental) 2. Applay Erosion first to remove the letters 3. fi...

11 years 前 | 0

已回答
Find the euclidean distance
use dist_out = pdist(feature_array,'euclidean'); if u want to use b/w 2 images use this dist_out = pdist2(i1, i2,'...

11 years 前 | 0

已回答
Calculating the distance between two matrices Matlab
Hi U have to use abs before applying pdist2 because after fft it will have complex numbers

11 years 前 | 1

已回答
when a matlab code is generated through matlab coder many files are generated .what is the role of these file can some elobrate so that me and other who looks this question will get benifit
Hi That are some functions and matlab data type specifications and header files. that files are very important to build t...

11 years 前 | 0

已回答
Dear friends I have a problem with program running on zynq board
Hi Dear Friends, I have cleared the issue with zynq board. 1. The main problem was the system environment variable...

11 years 前 | 0

| 已接受

提问


Dear friends I have a problem with program running on zynq board
### Generating code into build folder: C:\Users\Deepesh\Desktop\test_zynq\test_2\gm_test_2_zynq_interface_ert_rtw ### Invoki...

11 years 前 | 1 个回答 | 0

1

个回答

已解决


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

11 years 前

问题


Find 100 from a Matrix and Replace With 0 with less computation time
pls use this matrix x = [208 40 167 180 112 70 192 215 90 19 231 100 9 100 97 100 ...

11 years 前 | 1 | 111 个解题者

已解决


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

11 years 前

已解决


Swap two numbers
Example Input: a = 10 b = 20 Output a = 20 b = 10

12 years 前

问题


Swap two numbers
Example Input: a = 10 b = 20 Output a = 20 b = 10

12 years 前 | 5 | 589 个解题者

已解决


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

12 years 前

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

12 years 前