photo

sundeep cheruku


IIT Patna

Actif depuis 2011

Followers: 0   Following: 0

Message

Statistiques

All
MATLAB Answers

1 Question
2 Réponses

File Exchange

4 Fichiers

Cody

0 Problèmes
14 Solutions

RANG
7 001
of 300 765

RÉPUTATION
6

CONTRIBUTIONS
1 Question
2 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
3

RANG
5 531 of 21 084

RÉPUTATION
229

CLASSEMENT MOYEN
3.00

CONTRIBUTIONS
4 Fichiers

TÉLÉCHARGEMENTS
8

ALL TIME TÉLÉCHARGEMENTS
2248

RANG
32 335
of 170 923

CONTRIBUTIONS
0 Problèmes
14 Solutions

SCORE
150

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

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

Afficher les badges

Feeds

Afficher par

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

plus de 12 ans il y a | 3

A résolu


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

plus de 13 ans il y a

A résolu


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

plus de 13 ans il y a

A résolu


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

plus de 13 ans il y a

A résolu


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.

plus de 13 ans il y a

A résolu


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]

plus de 13 ans il y a

A résolu


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

plus de 13 ans il y a

A résolu


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

plus de 13 ans il y a

A résolu


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

plus de 13 ans il y a

A résolu


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

plus de 13 ans il y a

A résolu


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

plus de 13 ans il y a

A résolu


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

plus de 13 ans il y a

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 13 ans il y a

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 13 ans il y a

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

plus de 13 ans il y a

Question


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

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

1

réponse

A soumis


happy face
just displays a happy face

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

5.0 / 5

A soumis


numberpad
shows the string of numbers

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

1.0 / 5

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

plus de 14 ans il y a | 0

A soumis


spread spectrum
spread spectrum using gold code

plus de 14 ans il y a | 2 téléchargements |

0.0 / 5

A soumis


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

plus de 14 ans il y a | 5 téléchargements |

3.0 / 5