Community Profile

photo

sreedevi


Aktiv seit 2014

Student, Researcher in Image Processing

Statistiken

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

Abzeichen anzeigen

Content Feed

Anzeigen nach

Gelöst


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

mehr als 9 Jahre vor

Gelöst


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

mehr als 9 Jahre vor

Gelöst


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

mehr als 9 Jahre vor

Gesendet


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

fast 10 Jahre vor | 1 Download |

Thumbnail

Gelöst


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

etwa 10 Jahre vor

Problem


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

etwa 10 Jahre vor | 2 | 102 Lösungsvorschläge

Gelöst


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

etwa 10 Jahre vor

Gelöst


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

etwa 10 Jahre vor

Gelöst


ascii value
let input='a' output=97

etwa 10 Jahre vor

Gelöst


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

etwa 10 Jahre vor

Gelöst


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

etwa 10 Jahre vor

Gelöst


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

etwa 10 Jahre vor

Gelöst


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

etwa 10 Jahre vor