photo

Braden


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

Followers: 0   Following: 0

統計

Cody

0 問題
88 解答

ランク
N/A
of 302,034

評判
N/A

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

回答採用率
0.00%

獲得投票数
0

ランク
 of 21,507

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
4,878
of 178,313

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

スコア
1,023

バッジ数
2

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

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

平均評価

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

平均いいねの数

  • Introduction to MATLAB Master
  • Solver

バッジを表示

Feeds

表示方法

解決済み


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

1年以上 前

解決済み


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

1年以上 前

解決済み


length of a vector
Find twice the length of a given vector.

1年以上 前

解決済み


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

1年以上 前

解決済み


Min of a Matrix
Return the minimum value in the given matrix.

1年以上 前

解決済み


Area of rhombus
Calculate the rhombus area

1年以上 前

解決済み


Find the Nth Root of a Given Number
Find the Nth root of a given number x. Examples x = 4096 n = 4 y = 8 x = 625 n = 5 y = 3.6239

1年以上 前

解決済み


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

1年以上 前

解決済み


Area of a Square
Inside a square is a circle with radius r. What is the area of the square?

1年以上 前

解決済み


Calculate the Area of the Ring
You have Ring which consist of inner and outer Circles with Radius r and R which are not given but you'll be given Hprizontal ...

1年以上 前

解決済み


square root
Find the square root (y) of an input (x).

1年以上 前

解決済み


Convert Fahrenheit to Celsius
Calculate the Celsius temperature C given the Fahrenheit temperature F. Examples: Input F = 90 Output C is 32.22 I...

1年以上 前

解決済み


find the maximum element of the matrix
for e.g x = [1 2; 3 4] y = 4

1年以上 前

解決済み


factorial of a number x
Factorial of a number x

1年以上 前

解決済み


Factorial Numbers
Factorial is multiplication of integers. So factorial of 6 is 720 = 1 * 2 * 3 * 4* 5 *6 Thus 6 factorial = factorial(720)....

1年以上 前

解決済み


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

1年以上 前

解決済み


only input
Return the output without writing any code into the function.

1年以上 前

解決済み


Output any real number that is neither positive nor negative
Output any real number that is neither positive nor negative

1年以上 前

解決済み


Squaring Matrix
Square the following matrix using matlab % A = 1 2 3 4 5 6 7 8 So new matrix should display...

1年以上 前

解決済み


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

1年以上 前

解決済み


Convert yards to feet
The goal of this script is to convert a value given in yards to feet.

1年以上 前

解決済み


y equals x divided by 2
function y = x/2

1年以上 前

解決済み


The sum of the numbers in the vector
eg. [1,2,3]---->SUM=6

1年以上 前

解決済み


Dimensions of a rectangle
The longer side of a rectangle is three times the length of the shorter side. If the length of the diagonal is x, find the width...

1年以上 前

解決済み


Area of an Isoceles Triangle
An isosceles triangle has equal sides of length x and a base of length y. Find the area, A, of the triangle. <<https://imgur...

1年以上 前

解決済み


Side of an equilateral triangle
If an equilateral triangle has area A, then what is the length of each of its sides, x? <<https://i.imgur.com/jlZDHhq.png>> ...

1年以上 前

解決済み


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<https://i.imgur.com/jlZDHhq.png>> Image courtesy of <http://up...

1年以上 前

解決済み


pressure to dB?
given x ratio of pressure, find corresponding y dB

1年以上 前

解決済み


Finding perimeter of a rectangle
A rectangle has a length of x centimeters and a width of w centimeters. Find the perimeter.

1年以上 前

解決済み


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

1年以上 前

さらに読み込む