Community Profile

photo

Deepesh B


Last seen: 4 days ago Active since 2013

Followers: 0   Following: 0

Message

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

Statistics

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

View badges

Feeds

View by

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

9 years ago | 0

Answered
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...

9 years ago | 0

Answered
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...

9 years ago | 0

Answered
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,'...

9 years ago | 0

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

9 years ago | 1

Answered
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...

9 years ago | 0

Answered
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...

9 years ago | 0

| accepted

Question


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...

9 years ago | 1 answer | 0

1

answer