photo

Deepesh B


Last seen: 4 meses hace Con actividad desde 2013

Followers: 0   Following: 0

Mensaje

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

Estadística

All
MATLAB Answers

1 Pregunta
7 Respuestas

File Exchange

1 Archivo

Cody

2 Problemas
5 Soluciones

CLASIFICACIÓN
9.715
of 301.234

REPUTACIÓN
2

CONTRIBUCIONES
1 Pregunta
7 Respuestas

ACEPTACIÓN DE RESPUESTAS
100.0%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
11.586 of 21.204

REPUTACIÓN
42

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
1 Archivo

DESCARGAS
1

ALL TIME DESCARGAS
372

CLASIFICACIÓN
33.808
of 173.580

CONTRIBUCIONES
2 Problemas
5 Soluciones

PUNTUACIÓN
140

NÚMERO DE INSIGNIAS
5

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

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

Ver insignias

Feeds

Ver por

Resuelto


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

más de 11 años hace

Problema


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

más de 11 años hace | 1 | 113 solvers

Resuelto


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

más de 11 años hace

Resuelto


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

más de 12 años hace

Problema


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

más de 12 años hace | 5 | 777 solvers

Resuelto


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

más de 12 años hace

Resuelto


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

más de 12 años hace