photo

Conrad


Last seen: 1 month 前 自 2025 起处于活动状态

Followers: 0   Following: 0

PSU student going through pain

Programming Languages:
MATLAB
Spoken Languages:
English
Pronouns:
He/him

统计学

Cody

0 个问题
81 个答案

排名
N/A
of 299,916

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 20,840

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
5,047
of 166,562

贡献数
0 个问题
81 个答案

评分
1,009

徽章数量
4

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • MATLAB Central Treasure Hunt Finisher
  • Introduction to MATLAB Master
  • Community Group Solver
  • Solver

查看徽章

Feeds

排序方式:

已解决


Velocity Conversion
Given a velocity in mph, convert it to km/h. Round the answer to the fourth decimal place.

1 month 前

已解决


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

1 month 前

已解决


Laws of motion 3

1 month 前

已解决


Laws of motion 2

1 month 前

已解决


Total energy

1 month 前

已解决


Potential energy calculation

1 month 前

已解决


Kinetic energy calculation

1 month 前

已解决


Laws of motion 1

1 month 前

已解决


Remove a specific row with max value
Remove the row that contain the max value in the matrix? If you like the problem, please like it :)

1 month 前

已解决


Column Removal (★★★)
(copy of prob 7) Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2...

1 month 前

已解决


row removal
Consider a matrix and remove the first row of the matrix.

1 month 前

已解决


Spherical Volume
Calculate the volume of a sphere.

1 month 前

已解决


Area of a Square
Given the length x of the side of a regular square, find the area of the square, A.

1 month 前

已解决


ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
MATLABでは,角括弧の中に要素を入れることで、ベクトルを作成できる。 x = [1 2 3 4] また次のようにも書ける(コンマはオプション)。 x = [1, 2, 3, 4] 問題:次のベクトルを出力する関数を作成せよ。...

1 month 前

已解决


2倍してみよう - ここからスタート!
初めにこの問題を試してみよう。 入力としてxを与え、それを2倍して結果をyに代入せよ。 Examples: Input x = 2 Output y is 4 Input x = 17 Output y is 34 ...

1 month 前

已解决


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

1 month 前

已解决


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

1 month 前

已解决


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

1 month 前

已解决


Is this triangle right-angled?
Given three positive numbers a, b, c, where c is the largest number, return true if the triangle with sides a, b and c is right-...

1 month 前

已解决


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

1 month 前

已解决


Converts numbers into characters
Converts numbers into characters

1 month 前

已解决


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

1 month 前

已解决


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

1 month 前

已解决


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

1 month 前

已解决


to the 2 all elements
to the 2 all elements

1 month 前

已解决


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

1 month 前

已解决


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

1 month 前

已解决


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

1 month 前

已解决


String Logic 5
Example: 'CAT' --> 'TAC' 'DOG' --> 'GOD' 'MATLAB' --> 'BALTAM' 'ROSY' --> 'YSOR' 'TRUST' --> 'TSURT' 'MOSTLY' --> 'YLTS...

1 month 前

已解决


String Logic 6
Examples: 'CAT' --> 216 'DOG' --> 218 'ROSY' --> 333 'MATLAB' --> 433 'TRUST' --> 418 'MOSTLY' --> 488

1 month 前

加载更多