Delprat Sebastien - MATLAB Central
photo

Delprat Sebastien


Univ de Valenciennes

Last seen: 3ヶ月 前 2001 年からアクティブ

Followers: 1   Following: 0

統計

All
MATLAB AnswersFile ExchangeCodyZoom OutFrom 11/01 to 03/25Use left and right arrows to move selectionFrom 11/01Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

3 質問
23 回答

File Exchange

6 ファイル

Cody

0 問題
6 解答

ランク
2,532
of 297,738

評判
24

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

回答採用率
33.33%

獲得投票数
2

ランク
5,948 of 20,469

評判
198

平均評価
5.00

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

ダウンロード
22

ALL TIME ダウンロード
1815

ランク
48,869
of 159,472

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

スコア
70

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • GitHub Submissions Level 2
  • Personal Best Downloads Level 1
  • 3 Month Streak
  • Knowledgeable Level 2
  • 5-Star Galaxy Level 1
  • First Submission
  • Revival Level 2
  • First Answer
  • Solver

バッジを表示

Feeds

表示方法

解決済み


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

約8年 前

解決済み


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

約8年 前

解決済み


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

約8年 前

解決済み


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

約8年 前

解決済み


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

約8年 前

解決済み


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

約8年 前