photo

daniloz


NTi Audio AG

Last seen: 約2年 前 2012 年からアクティブ

Followers: 0   Following: 0

Professional Interests: signal processing, communications, smart antennas, audio, home automation, smart grid, smart home

統計

All
Cody

0 問題
13 解答

ThingSpeak

1 パブリック チャネル

ランク
N/A
of 301,800

評判
N/A

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

回答採用率
0.00%

獲得投票数
0

ランク
 of 21,411

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
28,325
of 176,593

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

スコア
190

バッジ数
2

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

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

平均評価
65

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

平均いいねの数

  • First Review
  • Scavenger Finisher
  • Speed Demon
  • Solver

バッジを表示

Feeds

表示方法

解決済み


inner product of two vectors
inner product of two vectors

約7年 前

解決済み


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

約7年 前

解決済み


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

8年弱 前

解決済み


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

8年弱 前

チャネル


SwissGrid Grid Frequency

8年以上 前

解決済み


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

10年弱 前

解決済み


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

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

解決済み


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

14年以上 前

解決済み


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

14年以上 前

解決済み


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

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

解決済み


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

解決済み


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