photo

Kristina


Last seen: 約3年 前 |  2023 年からアクティブ

Followers: 0   Following: 0

統計

Cody

0 問題
86 解答

ランク
N/A
of 302,188

評判
N/A

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

回答採用率
0.00%

獲得投票数
0

ランク
 of 21,608

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
7,603
of 179,876

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

スコア
1,001

バッジ数
2

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

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

平均評価

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

平均いいねの数

  • Introduction to MATLAB Master
  • Solver

バッジを表示

Feeds

表示方法

解決済み


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

約3年 前

解決済み


multiply by three
Given the variable x as your input, multiply it by 3 and put the result equal to y. Examples: Input x = 2 Output y is ...

約3年 前

解決済み


Back to basics 22 - Rotate a matrix
Covering some basic topics I haven't seen elsewhere on Cody. Rotate the input matrix 90 degrees counterclockwise (e.g. [1 2; ...

約3年 前

解決済み


to the 2 all elements
to the 2 all elements

約3年 前

解決済み


Laws of motion 1

約3年 前

解決済み


Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...

約3年 前

解決済み


Back to basics 8 - Matrix Diagonals
Covering some basic topics I haven't seen elsewhere on Cody. Given an input vector of numbers, output a square array with the...

約3年 前

解決済み


Given a matrix, swap the 2nd & 3rd columns
If a = [1 2 3 4; 1 2 3 4; 1 2 3 4; 1 2 3 4]; then the result is ans = 1 3 2 4 1 3 2...

約3年 前

解決済み


Volume Pillar
Calculate the volume of a pillar with radius l and heigth ar.

約3年 前

解決済み


Rotate a Matrix by 90 degrees
Rotate a Matrix by 90 degrees Example: If the input is: X = 1 2 3 4 5 6 7 8 9 ...

約3年 前

解決済み


Laws of motion 6

約3年 前

解決済み


Sum of series VI
What is the sum of the following sequence: Σk⋅k! for k=1...n for different n?

約3年 前

解決済み


Converts numbers into characters
Converts numbers into characters

約3年 前

解決済み


surface of a spherical planet
you just discovered its circumference, that is the input.

約3年 前

解決済み


Compute a dot product of two vectors x and y
x and y are input vectors, d is a number and contains their dot product

約3年 前

解決済み


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

約3年 前

解決済み


Sum of series V
What is the sum of the following sequence: Σk(k+1) for k=1...n for different n?

約3年 前

解決済み


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

約3年 前

解決済み


Double all elements in the array
Duplicate all elements in the array

約3年 前

解決済み


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

約3年 前

解決済み


Back to basics 6 - Column Vector
Covering some basic topics I haven't seen elsewhere on Cody. Given an input vector, output true or false whether it is a colu...

約3年 前

解決済み


Find the max element of the array
Find the max element of the array

約3年 前

解決済み


the average value of the elements
Calculate the average value of the elements in the array

約3年 前

解決済み


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

約3年 前

解決済み


Find the sum of the elements in the "second" diagonal
Find the sum of the elements in the diagonal that starts at the top-right corner and ends at the bottom-left corner.

約3年 前

解決済み


calculate the length of matrix
input 1 array, calculate the length

約3年 前

解決済み


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

約3年 前

解決済み


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

約3年 前

解決済み


Right and wrong
Given a vector of lengths [a b c], determines whether a triangle with those sides lengths is a right triangle: <http://en.wikipe...

約3年 前

解決済み


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

約3年 前

さらに読み込む