photo

Andrew Stepanow


Penn State University

Last seen: 30日 前 2026 年からアクティブ

Followers: 0   Following: 0

統計

Cody

0 問題
73 解答

ランク
N/A
of 301,751

評判
N/A

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

回答採用率
0.00%

獲得投票数
0

ランク
 of 21,409

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
5,446
of 176,380

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

スコア
1,010

バッジ数
5

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

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

平均評価

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

平均いいねの数

  • Community Group Solver
  • Introduction to MATLAB Master
  • Solver

バッジを表示

Feeds

表示方法

解決済み


Converts numbers into characters
Converts numbers into characters

30日 前

解決済み


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

30日 前

解決済み


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

30日 前

解決済み


to the 2 all elements
to the 2 all elements

30日 前

解決済み


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

30日 前

解決済み


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

30日 前

解決済み


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

30日 前

解決済み


Total energy

約1ヶ月 前

解決済み


Potential energy calculation

約1ヶ月 前

解決済み


Kinetic energy calculation

約1ヶ月 前

解決済み


Laws of motion 1

約1ヶ月 前

解決済み


Laws of motion 2

約1ヶ月 前

解決済み


Laws of motion 3

約1ヶ月 前

解決済み


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

約1ヶ月 前

解決済み


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

約1ヶ月 前

解決済み


Laws of motion 6

約1ヶ月 前

解決済み


radius of a spherical planet
You just measured its surface area, that is the input.

約1ヶ月 前

解決済み


Calculate area of sector
A=function(r,seta) r is radius of sector, seta is angle of sector, and A is its area. Area of sector A is defined as 0.5*(r^2...

約1ヶ月 前

解決済み


Calculate Amount of Cake Frosting
Given two input variables r and h, which stand for the radius and height of a cake, calculate the surface area of the cake you n...

約1ヶ月 前

解決済み


Given a square and a circle, please decide whether the square covers more area.
You know the side of a square and the diameter of a circle, please decide whether the square covers more area.

約1ヶ月 前

解決済み


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

約1ヶ月 前

解決済み


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

約1ヶ月 前

解決済み


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

約1ヶ月 前

解決済み


Calculate Parallel Resistance
Three resistors connected in parallel have resistances R1, R 2, and R 3, respectively. Return the total resistance R total of ...

約1ヶ月 前

解決済み


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

約1ヶ月 前

解決済み


Convert a Cell Array into an Array
Given a square cell array: x = {'01', '56'; '234', '789'}; return a single character array: y = '0123456789'

約1ヶ月 前

解決済み


Cell joiner
You are given a cell array of strings and a string delimiter. You need to produce one string which is composed of each string fr...

約1ヶ月 前

解決済み


Find the maximum number of decimal places in a set of numbers
Given a vector or matrix of values, calculate the maximum number of decimal places within the input. Trailing zeros do not count...

約1ヶ月 前

解決済み


Make roundn function
Make roundn function using round. x=0.55555 y=function(x,1) y=1 y=function(x,2) y=0.6 y=function(x,3) ...

約1ヶ月 前

解決済み


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ヶ月 前

さらに読み込む