photo

Stepen Sahrun


2011 年からアクティブ

Followers: 0   Following: 0

Professional Interests: Aircraft Design, Aerodynamics, Game Programming

統計

All
File Exchange

7 ファイル

Cody

0 問題
13 解答

ランク
N/A
of 300,953

評判
N/A

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

回答採用率
0.00%

獲得投票数
0

ランク
1,377 of 21,123

評判
1,383

平均評価
3.70

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

ダウンロード
29

ALL TIME ダウンロード
13013

ランク
33,541
of 171,946

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

スコア
140

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • 5-Star Galaxy Level 4
  • Personal Best Downloads Level 3
  • First Review
  • First Submission
  • Solver

バッジを表示

Feeds

表示方法

送信済み


VirusShooter
VirusShooter allows user to play a simple webcam-based shooting game.

13年以上 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail

解決済み


Summing digits
Given n, find the sum of the digits that make up 2^n. Example: Input n = 7 Output b = 11 since 2^7 = 128, and 1 + ...

13年以上 前

解決済み


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

13年以上 前

送信済み


Congklak
Congklak_custom allows user to play Congklak game (a traditional) in MATLAB GUI against a simple AI.

13年以上 前 | ダウンロード 2 件 |

2.0 / 5
Thumbnail

解決済み


Too mean-spirited
Find the mean of each consecutive pair of numbers in the input row vector. For example, x=[1 2 3] ----> y = [1.5 2.5] x=[1...

14年弱 前

解決済み


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

14年弱 前

解決済み


Bottles of beer
Given an input number representing the number of bottles of beer on the wall, output how many are left if you take one down and ...

14年弱 前

送信済み


2D Potential Flow Simulator
2D Potential Flow Simulator calculates and simulates a potential flow.

14年弱 前 | ダウンロード 10 件 |

3.8 / 5
Thumbnail

送信済み


Othello
Othello allows user to play Othello game in MATLAB GUI against a simple AI.

14年弱 前 | ダウンロード 1 件 |

3.5 / 5
Thumbnail

送信済み


Sudoku
This code generates a random Sudoku puzzle or solves any given Sudoku puzzle.

14年弱 前 | ダウンロード 1 件 |

3.0 / 5
Thumbnail

送信済み


DoodleJump
DoodleJump allows user to play DoodleJump game on MATLAB GUI.

14年弱 前 | ダウンロード 1 件 |

5.0 / 5
Thumbnail

解決済み


How to find the position of an element in a vector without using the find function
Write a function posX=findPosition(x,y) where x is a vector and y is the number that you are searching for. Examples: fin...

14年弱 前

解決済み


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

14年弱 前

解決済み


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

14年弱 前

解決済み


Is my wife right?
Regardless of input, output the string 'yes'.

14年弱 前

解決済み


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

14年弱 前

解決済み


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

14年弱 前

解決済み


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

14年弱 前

解決済み


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

14年弱 前

送信済み


drawDATCOMaircraft
drawDATCOMaircraft generates an aircraft's thre view drawings from given DATCOM input files.

約14年 前 | ダウンロード 14 件 |

4.7 / 5
Thumbnail