Community Profile

photo

sreedevi


2014년부터 활동

Followers: 0   Following: 0

연락

Student, Researcher in Image Processing

통계

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

배지 보기

Feeds

보기 기준

문제를 풀었습니다


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

9년 초과 전

문제를 풀었습니다


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

9년 초과 전

문제를 풀었습니다


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

9년 초과 전

제출됨


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

대략 10년 전 | 다운로드 수: 1 |

Thumbnail

문제를 풀었습니다


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

대략 10년 전

문제


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

대략 10년 전 | 2 | 솔버 수: 102

문제를 풀었습니다


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

대략 10년 전

문제를 풀었습니다


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

대략 10년 전

문제를 풀었습니다


ascii value
let input='a' output=97

대략 10년 전

문제를 풀었습니다


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

대략 10년 전

문제를 풀었습니다


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

대략 10년 전

문제를 풀었습니다


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

대략 10년 전

문제를 풀었습니다


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

대략 10년 전