photo

Benjamin Knepper


Last seen: 2年弱 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

Cody

0 問題
82 解答

ランク
N/A
of 302,131

評判
N/A

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

回答採用率
0.00%

獲得投票数
0

ランク
 of 21,561

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
5,139
of 179,242

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

スコア
1,018

バッジ数
4

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

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

平均評価

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

平均いいねの数

  • Community Group Solver
  • Commenter
  • Introduction to MATLAB Master
  • Solver

バッジを表示

Feeds

表示方法

解決済み


Convert radians to degrees
Given input in radians, output to degrees

5年弱 前

解決済み


Positive Infinity
Round the array a towards positive infinity

5年弱 前

解決済み


Negative Infinity
Round the given array a towards negative infinity.

5年弱 前

解決済み


Matlab Basics - Convert a row vector to a column vector
Write a script to convert a row (e.g. x = [1 2 3]) to a column (e.g. y = [1;2;3]), your script should be able to do this for any...

5年弱 前

解決済み


Matlab Basics - Absolute Value
Write a script that returns the absolute value of the elements in x e.g. x = [-1 -2 -3 -4] --> y = [1 2 3 4]

5年弱 前

解決済み


Is My Wife Wrong?
Answer the question. (see also <http://www.mathworks.com/matlabcentral/cody/problems/149-is-my-wife-right Problem 149: Is my ...

5年弱 前

解決済み


find the surface area of a cube
given cube side length x, find the surface area of the cube, set it equal to y

5年弱 前

解決済み


Square the input
Given a scalar or vector x, return the square of each element. Example x = [7 2] answer = [49 4]

5年弱 前

解決済み


Roots
Find out the roots of a given polynomial equation.Given are the coefficients of the equation.

5年弱 前

解決済み


Who has power to do everything in this world?
There is only one person who is older than this universe. He is Indian version of Chuck Norris.

5年弱 前

解決済み


Is the input divisible by 3?
Return true if the input is divisible by 3 and false if not.

5年弱 前

解決済み


size

5年弱 前

解決済み


sign function

5年弱 前

解決済み


Area Conversion 1

5年弱 前

解決済み


Area Conversion 2

5年弱 前

解決済み


Velocity Conversion

5年弱 前

解決済み


Energy Conversion 1

5年弱 前

解決済み


Energy Conversion 2

5年弱 前

解決済み


Mass Conversion 2

5年弱 前

解決済み


Mass Conversion 1

5年弱 前

解決済み


Temperature Conversion 3

5年弱 前

解決済み


Temperature Conversion 2

5年弱 前

解決済み


Temperature Conversion 1

5年弱 前

解決済み


MATLAB Basic: rounding IV
Do rounding towards plus infinity. Example: -8.8, answer -8 +8.1 answer 9 +8.50 answer 9

5年弱 前

解決済み


MATLAB Basic: rounding III
Do rounding towards minus infinity. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 8

5年弱 前

解決済み


MATLAB Basic: rounding II
Do rounding nearest integer. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 9

5年弱 前

解決済み


MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8

5年弱 前

解決済み


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

5年弱 前

解決済み


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

5年弱 前

解決済み


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the numbers. Otherwise return false. Example...

5年弱 前

さらに読み込む