photo

sundeep cheruku


IIT Patna

Con actividad desde 2011

Followers: 0   Following: 0

Mensaje

Estadística

All
MATLAB Answers

1 Pregunta
2 Respuestas

File Exchange

4 Archivos

Cody

0 Problemas
14 Soluciones

CLASIFICACIÓN
7.001
of 301.478

REPUTACIÓN
6

CONTRIBUCIONES
1 Pregunta
2 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
3

CLASIFICACIÓN
5.553 of 21.296

REPUTACIÓN
230

EVALUACIÓN MEDIA
3.00

CONTRIBUCIONES
4 Archivos

DESCARGAS
6

ALL TIME DESCARGAS
2253

CLASIFICACIÓN
32.943
of 174.719

CONTRIBUCIONES
0 Problemas
14 Soluciones

PUNTUACIÓN
150

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Personal Best Downloads Level 1
  • First Review
  • 5-Star Galaxy Level 1
  • First Submission
  • Revival Level 1
  • First Answer
  • Solver

Ver insignias

Feeds

Ver por

Respondida
Binary addition in MATLAB
fliplr(de2bi(bi2de(fliplr([1 0 1 0]))+bi2de(fliplr([1 1 0 0])))) while using bi2de or de2bi it takes the first bit as LSB a...

casi 13 años hace | 3

Resuelto


Replace May with April
For instance, if the input is input_str = 'The flowers may bloom in April'; then the output is output_str = 'The flo...

más de 13 años hace

Resuelto


Rotate a Matrix
Input a Matrix x, Output y is the matrix rotating x 90 degrees clockwise

más de 13 años hace

Resuelto


All capital?
Are all the letters in the input string capital letters? Examples: 'MNOP' -> 1 'MN0P' -> 0

casi 14 años hace

Resuelto


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

casi 14 años hace

Resuelto


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

casi 14 años hace

Resuelto


Roll the Dice!
*Description* Return two random integers between 1 and 6, inclusive, to simulate rolling 2 dice. *Example* [x1,x2] =...

casi 14 años hace

Resuelto


Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0

casi 14 años hace

Resuelto


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

casi 14 años hace

Resuelto


Distance walked 1D
Suppose you go from position 7 to 10 to 6 to 4. Then you have walked 9 units of distance, since 7 to 10 is 3 units, 10 to 6 is 4...

casi 14 años hace

Resuelto


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

casi 14 años hace

Resuelto


Is my wife right?
Regardless of input, output the string 'yes'.

casi 14 años hace

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

casi 14 años hace

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

casi 14 años hace

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

casi 14 años hace

Pregunta


extracting info from edit text gui
[EDIT: 20110625 - reformat - WDR] Please help me with this function [] = clear_edit_example() % Show how to clear and edit...

casi 15 años hace | 1 respuesta | 0

1

respuesta

Enviada


happy face
just displays a happy face

casi 15 años hace | 1 descarga |

5.0 / 5

Enviada


numberpad
shows the string of numbers

casi 15 años hace | 1 descarga |

1.0 / 5

Respondida
how to execute the matlab code for eye&face detection
i want the procedure to do the face detection in matlab...someone plz help me!!!

casi 15 años hace | 0

Enviada


spread spectrum
spread spectrum using gold code

casi 15 años hace | 1 descarga |

0.0 / 5

Enviada


bfsk modulation and demodulation
modulation and demodulation of finite no. of bits using bfsk

casi 15 años hace | 3 descargas |

3.0 / 5