photo

Sage


Last seen: 2年以上 前 2024 年からアクティブ

Followers: 0   Following: 0

統計

Cody

0 問題
86 解答

ランク
N/A
of 302,101

評判
N/A

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

回答採用率
0.00%

獲得投票数
0

ランク
 of 21,543

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
7,346
of 178,957

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

スコア
1,002

バッジ数
2

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

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

平均評価

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

平均いいねの数

  • Introduction to MATLAB Master
  • Solver

バッジを表示

Feeds

表示方法

解決済み


Change string to number
Change given string to number. (hint: there is already function) Changing from ['1234'] to [1234] is one of example

2年以上 前

解決済み


Perimeter of a semicircle
Given the diameter d, find the perimeter of a semicircle

2年以上 前

解決済み


Spherical Volume
Calculate the volume of a sphere.

2年以上 前

解決済み


Alternating sum
Given vector x, calculate the alternating sum y = x(1) - x(2) + x(3) - x(4) + ...

2年以上 前

解決済み


Negative matrix
Change the sign of all elements in given matrix.

2年以上 前

解決済み


Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.

2年以上 前

解決済み


Volume of a box
Given a box with a length a, width b, and height c. Solve the volume of the box.

2年以上 前

解決済み


Periodic Table 101.
Given the atomic number (z), answer the symbol for that particular element of the <http://en.wikipedia.org/wiki/Periodic_table/ ...

2年以上 前

解決済み


Fahrenheit to Celsius converter
Convert Fahrenheit to Celsius degrees.

2年以上 前

解決済み


What percentage?
Calculate the output c as the percentage of a on b for given a and b.

2年以上 前

解決済み


Find max prime number
Given integer number n. Find the max prime number (mpn) that smaller than or equal to n. Example: n = 10 --> mpn = 7

2年以上 前

解決済み


Print true if
all elements are larger than 5 a=[1 3 5 8 6]; b=[6 6 6 6 6]; function(a) should be false, and function(b) will be tru...

2年以上 前

解決済み


Check that number is whole number
Check that number is whole number Say x=15, then answer is 1. x=15.2 , then answer is 0. http://en.wikipedia.org/wiki/Whole_numb...

2年以上 前

解決済み


Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.

2年以上 前

解決済み


Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...

2年以上 前

解決済み


Find max
Find the maximum value of a given vector or matrix.

2年以上 前

解決済み


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

2年以上 前

解決済み


Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not ...

2年以上 前

解決済み


Inner product of two vectors
Find the inner product of two vectors.

2年以上 前

解決済み


Create a vector
Create a vector from 0 to n by intervals of 2.

2年以上 前

解決済み


cube of number
find cube of number

2年以上 前

解決済み


square root
Find square root of given number

2年以上 前

解決済み


square of a number
find square of a given number

2年以上 前

解決済み


Multiply pi
Multiply pi with x!

2年以上 前

解決済み


Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5

2年以上 前

解決済み


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

2年以上 前

解決済み


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

2年以上 前

解決済み


Reverse a matrix
Its simple. You have to reverse a given matrix.

2年以上 前

解決済み


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

2年以上 前

解決済み


divide by 5

2年以上 前

さらに読み込む