photo

sreedevi


2014 年からアクティブ

Followers: 0   Following: 0

Student, Researcher in Image Processing

統計

All
File Exchange

1 ファイル

Cody

1 問題
11 解答

ランク
N/A
of 301,338

評判
N/A

コントリビューション
0 質問
0 回答

回答採用率
0.00%

獲得投票数
0

ランク
11,403 of 21,236

評判
44

平均評価
0.00

コントリビューション
1 ファイル

ダウンロード
1

ALL TIME ダウンロード
444

ランク
27,459
of 174,017

コントリビューション
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年以上 前

解決済み


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

11年以上 前

解決済み


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年以上 前

送信済み


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

12年弱 前 | ダウンロード 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年 前

問題


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年 前 | 2 | 153 個のソルバー

解決済み


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年 前

解決済み


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

約12年 前

解決済み


ascii value
let input='a' output=97

約12年 前

解決済み


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

約12年 前

解決済み


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

約12年 前

解決済み


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年 前

解決済み


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年 前