Community Profile

photo

sreedevi


Con actividad desde 2014

Followers: 0   Following: 0

Contacto

Student, Researcher in Image Processing

Estadísticas

All
  • Quiz Master
  • First Submission
  • Commenter
  • Creator
  • Promoter
  • Solver

Ver insignias

Feeds

Ver por

Resuelto


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

más de 9 años hace

Resuelto


Add two numbers
Given a and b, return the sum a+b in c.

más de 9 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...

más de 9 años hace

Enviada


Image blocks toggle
A fun application to toggle between two images divided into blocks

alrededor de 10 años hace | 1 descarga |

Thumbnail

Resuelto


Rainbow matrix
Create a "rainbow matrix" as described in the following examples Input = 3 Output = [ 1 2 3 2 3 2 ...

alrededor de 10 años hace

Problema


Reverse within string
If input is a string 'yellow' the output should be 'leywol'. Locate the middle of the string and reverse the first (yel) and sec...

alrededor de 10 años hace | 2 | 102 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 ...

alrededor de 10 años hace

Resuelto


reverse string
input='rama' output='amar'

alrededor de 10 años hace

Resuelto


ascii value
let input='a' output=97

alrededor de 10 años hace

Resuelto


Alternately upper-lower case
Alternately upper-lower case Let s='achyuta' output='AcHyUtA'

alrededor de 10 años hace

Resuelto


most frequent character
Obtain most frequent character Let s='balaram'; output='a';

alrededor de 10 años hace

Resuelto


Sum of odd numbers in a matrix
Find the sum of all the odd numbers in a matrix. Example x = [2 3 5 7 1 4 11] y = 27

alrededor de 10 años hace

Resuelto


Reverse Calculator
Use this reverse calculator and give correct output Its simple, In my Reverse calculator if you press 0 it will be considered...

alrededor de 10 años hace