photo

Bence Cseppento


Last seen: 2日 前 2020 年からアクティブ

Followers: 0   Following: 0

Post-doc electrical engineer

統計

All
MATLAB Answers

1 質問
0 回答

Cody

0 問題
388 解答

ランク
278,811
of 301,464

評判
0

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

回答採用率
100.0%

獲得投票数
0

ランク
 of 21,292

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
397
of 174,642

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

スコア
4,507

バッジ数
14

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1
  • Cody Problems in Japanese Master
  • CUP Challenge Master
  • Introduction to MATLAB Master
  • Community Group Solver
  • Solver

バッジを表示

Feeds

表示方法

解決済み


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

7ヶ月 前

解決済み


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

7ヶ月 前

解決済み


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

2年以上 前

解決済み


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

2年以上 前

解決済み


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

2年以上 前

質問


Blockwise matrix addition without using more than 2 dimensions and cycles
Dear All, I am looking for a solution of blockwise matrix addition. To give a simple example, let us have A = [1,2,3,4,5,6,7,8...

3年以上 前 | 2 件の回答 | 0

2

回答

解決済み


Find the minimum of the column-maximums of a matrix
Given a matrix A, find the maximum value of each column, then return the smallest of those maximum values (ie return the minimum...

3年以上 前

解決済み


Calculate the mean of each half of a matrix
Given a matrix with an even number of columns, n, return a 1-by-2 row vector where the first element is the mean of all the elem...

3年以上 前

解決済み


Find Closest Constant
Given a number x, return the value that is closest to x from this list of constants: 0, 1, , e, , (also known as ). For exampl...

3年以上 前

解決済み


Matrix Quadrants
Write a function that takes N as the input, and outputs a matrix whose upper-left (NxN) quadrant contains all ones, the lower-ri...

3年以上 前

解決済み


Sum of series III
What is the sum of the following sequence: Σ(2k-1)^3 for k=1...n for different n?

3年以上 前

解決済み


Energy Conversion 2

3年以上 前

解決済み


Energy Conversion 1

3年以上 前

解決済み


Velocity Conversion
Given a velocity in mph, convert it to km/h. Round the answer to the fourth decimal place.

3年以上 前

解決済み


Area Conversion 2

3年以上 前

解決済み


Area Conversion 1

3年以上 前

解決済み


Mass Conversion 2

3年以上 前

解決済み


Mass Conversion 1

3年以上 前

解決済み


Temperature Conversion 3

3年以上 前

解決済み


Temperature Conversion 2

3年以上 前

解決済み


Temperature Conversion 1

3年以上 前

解決済み


Total energy

3年以上 前

解決済み


Potential energy calculation

3年以上 前

解決済み


Kinetic energy calculation

3年以上 前

解決済み


Laws of motion 6

3年以上 前

解決済み


Laws of motion 5

3年以上 前

解決済み


Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.

3年以上 前

解決済み


Laws of motion 3

3年以上 前

解決済み


Laws of motion 2

3年以上 前

解決済み


Laws of motion 1

3年以上 前

さらに読み込む