photo

sreedevi


Aktiv seit 2014

Followers: 0   Following: 0

Nachricht

Student, Researcher in Image Processing

Statistik

All
File Exchange

1 Datei

Cody

1 Problem
11 Lösungen

RANG
N/A
of 301.229

REPUTATION
N/A

BEITRÄGE
0 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
0

RANG
11.399 of 21.196

REPUTATION
44

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
1 Datei

DOWNLOADS
1

ALL TIME DOWNLOADS
444

RANG
27.393
of 173.512

BEITRÄGE
1 Problem
11 Lösungen

PUNKTESTAND
195

ANZAHL DER ABZEICHEN
5

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

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

Abzeichen anzeigen

Feeds

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 11 Jahre vor

Gelöst


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

mehr als 11 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 11 Jahre vor

Gesendet


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

fast 12 Jahre vor | 1 Download |

0.0 / 5
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 12 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 12 Jahre vor | 2 | 150 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 12 Jahre vor

Gelöst


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

etwa 12 Jahre vor

Gelöst


ascii value
let input='a' output=97

etwa 12 Jahre vor

Gelöst


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

etwa 12 Jahre vor

Gelöst


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

etwa 12 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 12 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 12 Jahre vor