Konrad - MATLAB Central
photo

Konrad


Universität Freiburg

Last seen: 24日 前 2017 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB AnswersCodyFile ExchangeFrom 10/17 to 03/25Use left and right arrows to move selectionFrom 10/17Use 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

0 質問
30 回答

File Exchange

4 ファイル

Cody

0 問題
9 解答

ランク
905
of 297,711

評判
84

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

回答採用率
0.00%

獲得投票数
8

ランク
3,283 of 20,465

評判
479

平均評価
4.90

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

ダウンロード
33

ALL TIME ダウンロード
3832

ランク
38,508
of 159,406

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

スコア
101

バッジ数
1

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

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

平均評価

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

平均いいねの数

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

バッジを表示

Feeds

表示方法

解決済み


How to subtract?
*&plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn* * Imagine you need to subtract one...

4ヶ月 前

解決済み


5th Time's a Charm
Write a function that will return the input value. However, your function must fail the first four times, only functioning prope...

6年以上 前

解決済み


"Cody" * 5 == "CodyCodyCodyCodyCody"
*Alice*: What? *"Cody" * 5 == "CodyCodyCodyCodyCody"*? You've gotta be kidding me! *Bob*: No, I am serious! Python supports...

6年以上 前

解決済み


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

7年以上 前

解決済み


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...

7年以上 前

解決済み


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

7年以上 前

解決済み


The 5th Root
Write a function to find the 5th root of a number. It sounds easy, but the typical functions are not allowed (see the test su...

7年以上 前

解決済み


Number of Even Elements in Fibonacci Sequence
Find how many even fibonacci numbers are available in the first d numbers. Consider the following first 14 numbers 1 1 2...

7年以上 前

解決済み


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

7年以上 前