photo

Deepesh B


Last seen: 3 mois il y a Actif depuis 2013

Followers: 0   Following: 0

Message

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

Statistiques

All
MATLAB Answers

1 Question
7 Réponses

File Exchange

1 Fichier

Cody

2 Problèmes
5 Solutions

RANG
9 715
of 300 950

RÉPUTATION
2

CONTRIBUTIONS
1 Question
7 Réponses

ACCEPTATION DE VOS RÉPONSES
100.0%

VOTES REÇUS
1

RANG
11 574 of 21 120

RÉPUTATION
42

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
1 Fichier

TÉLÉCHARGEMENTS
1

ALL TIME TÉLÉCHARGEMENTS
372

RANG
33 537
of 171 885

CONTRIBUTIONS
2 Problèmes
5 Solutions

SCORE
140

NOMBRE DE BADGES
5

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

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

Afficher les badges

Feeds

Afficher par

A soumis


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

plus de 5 ans il y a | 1 téléchargement |

0.0 / 5
Thumbnail

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

environ 11 ans il y a | 0

Réponse apportée
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...

environ 11 ans il y a | 0

Réponse apportée
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...

environ 11 ans il y a | 0

Réponse apportée
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,'...

environ 11 ans il y a | 0

Réponse apportée
Calculating the distance between two matrices Matlab
Hi U have to use abs before applying pdist2 because after fft it will have complex numbers

environ 11 ans il y a | 1

Réponse apportée
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...

environ 11 ans il y a | 0

Réponse apportée
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...

environ 11 ans il y a | 0

| A accepté

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

plus de 11 ans il y a | 1 réponse | 0

1

réponse

A résolu


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

plus de 11 ans il y a

Problème


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

plus de 11 ans il y a | 1 | 112 solveurs

A résolu


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

plus de 11 ans il y a

A résolu


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

environ 12 ans il y a

Problème


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

environ 12 ans il y a | 5 | 773 solveurs

A résolu


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

environ 12 ans il y a

A résolu


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

environ 12 ans il y a