Community Sherlock- - MATLAB Central
photo

Community Sherlock-


Last seen: 約1年 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

CodyFrom 12/19 to 04/25Use left and right arrows to move selectionFrom 12/19Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
Cody

0 問題
17 解答

ランク
2,660
of 298,029

評判
8

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

回答採用率
0.00%

獲得投票数
0

ランク
14,687 of 20,523

評判
5

平均評価
0.00

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

ダウンロード
3

ALL TIME ダウンロード
3

ランク
25,986
of 160,187

コントリビューション
0 問題
17 解答

スコア
184

バッジ数
4

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • MATLAB Mini Hack Participant
  • GitHub Submissions Level 1
  • 5-Star Galaxy Level 3
  • Commenter
  • Promoter
  • First Review
  • First Submission
  • Solver

バッジを表示

Feeds

表示方法

解決済み


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

約5年 前

解決済み


Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0

5年以上 前

解決済み


Remove the vowels
Remove all the vowels in the given phrase. Example: Input s1 = 'Jack and Jill went up the hill' Output s2 is 'Jck nd Jll wn...

5年以上 前

解決済み


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

5年以上 前

解決済み


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

5年以上 前

解決済み


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

5年以上 前

解決済み


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

5年以上 前

解決済み


Times 3 problem
When you enter the number, it should return the number multiplied by 3

5年以上 前

解決済み


square number
Square a number

5年以上 前

解決済み


Sum of Two Numbers
Given two integer numbers x and y, calculate their sum and put it in z. Examples: Inputs x = 2, y = 4 Output z is 6 ...

5年以上 前

解決済み


Square a Number
Given an input x, return y, which is equal to the square of x.

5年以上 前

解決済み


Multiply by 3
Given the variable x as your input, multiply it by three and put the result in y.

5年以上 前

解決済み


multiply by three
Given the variable x as your input, multiply it by 3 and put the result equal to y. Examples: Input x = 2 Output y is ...

5年以上 前

解決済み


Add two numbers
Add two numbers (For beginners)

5年以上 前

解決済み


Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...

5年以上 前

解決済み


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

5年以上 前

解決済み


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

5年以上 前