photo

sreedevi


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

Student, Researcher in Image Processing

统计学

All
File Exchange

1 文件

Cody

1 个问题
11 个答案

排名
N/A
of 301,040

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
11,390 of 21,154

声誉
44

平均
0.00

贡献数
1 文件

下载次数
1

ALL TIME 下载次数
444

排名
27,230
of 172,505

贡献数
1 个问题
11 个答案

评分
195

徽章数量
5

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

11 years 前

已解决


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

11 years 前

已解决


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

11 years 前

已提交


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

12 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已解决


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

12 years 前

问题


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

12 years 前 | 2 | 148 个解题者

已解决


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

12 years 前

已解决


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

12 years 前

已解决


ascii value
let input='a' output=97

12 years 前

已解决


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

12 years 前

已解决


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

12 years 前

已解决


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

12 years 前

已解决


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

12 years 前