photo

Joshua


Last seen: 7ヶ月 前 2024 年からアクティブ

Followers: 0   Following: 0

統計

Cody

0 問題
77 解答

ランク
N/A
of 302,038

評判
N/A

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

回答採用率
0.00%

獲得投票数
0

ランク
 of 21,510

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
7,588
of 178,349

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

スコア
1,001

バッジ数
4

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

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

平均評価

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

平均いいねの数

  • Community Group Solver
  • Introduction to MATLAB Master
  • Solver

バッジを表示

Feeds

表示方法

解決済み


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

2年弱 前

解決済み


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

2年弱 前

解決済み


Laws of motion 6

2年弱 前

解決済み


Laws of motion 5
Calculate the force is u are given mass and acceleration.

2年弱 前

解決済み


Laws of motion 3

2年弱 前

解決済み


Laws of motion 2

2年弱 前

解決済み


Laws of motion 1

2年弱 前

解決済み


Kinetic energy calculation

2年弱 前

解決済み


Potential energy calculation

2年弱 前

解決済み


Total energy

2年弱 前

解決済み


Reverse the elements of an array
Reverse the order of elements in an array: eg: input X = [ 1 2 3 ; 4 5 6 ; 7 8 9 ] o...

2年弱 前

解決済み


Divisible by 5
Pursuant to the <http://www.mathworks.com/matlabcentral/cody/problems/42404-divisible-by-2 first problem> in this series, this o...

2年弱 前

解決済み


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

2年弱 前

解決済み


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

2年弱 前

解決済み


Converts numbers into characters
Converts numbers into characters

2年弱 前

解決済み


to the 2 all elements
to the 2 all elements

2年弱 前

解決済み


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

2年弱 前

解決済み


easy problem
Find the last element of the array

2年弱 前

解決済み


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

2年弱 前

解決済み


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

2年弱 前

解決済み


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

2年弱 前

解決済み


Area of a disk
Find the area of a disk or circle. x= radius of the disk.

2年弱 前

解決済み


Determine the mean of matrix
Determine the mean of matrix without using mean function Hint: use simple algorithm

2年弱 前

解決済み


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

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年弱 前

解決済み


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

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 to use d...

2年弱 前

解決済み


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

2年弱 前

解決済み


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

2年弱 前

解決済み


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

2年弱 前

さらに読み込む