photo

Aaron Milburn


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

Followers: 0   Following: 0

統計

Cody

0 問題
83 解答

ランク
N/A
of 302,131

評判
N/A

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

回答採用率
0.00%

獲得投票数
0

ランク
 of 21,561

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
9,008
of 179,242

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

スコア
880

バッジ数
4

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

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

平均評価

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

平均いいねの数

  • CUP Challenge Master
  • Promoter
  • Commenter
  • Solver

バッジを表示

Feeds

表示方法

解決済み


Calculate the centroid of a triangle
Info: https://en.wikipedia.org/wiki/Centroid Example Input: x = [0 0 1]; % x-coordinate y = [0 1 0]; % y-coordinat...

約6年 前

解決済み


Kinetic Energy
Given the mass m and velocity v of an object, determine its <http://en.wikipedia.org/wiki/Kinetic_energy kinetic energy>.

約6年 前

解決済み


find radius of cone
if Slant height of Cone(I)& hight of Cone(H) given then find radius of the Cone(R) for example I=5,h=4 then the ans R=3;

約6年 前

解決済み


Calculate volume of box
Calculate the volume of box,hiven its sides

約6年 前

解決済み


Max of a Vector
Write a function to return the max of a vector

約6年 前

解決済み


04 - Scalar Equations 2
Define the variables a and b: <<http://samle.dk/STTBDP/Assignment1_4-a.png>> <<http://samle.dk/STTBDP/Assignment1_4-b.png>...

約6年 前

解決済み


Wind Chill Computation
On a windy day, a temperature of 15 degrees may feel colder, perhaps 7 degrees. The formula below calculates the "wind chill," i...

約6年 前

解決済み


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

約6年 前

解決済み


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

約6年 前

解決済み


Say something funny
Say something funny, or not. Your solution will be (fully automatically and objectively) scored based on how clever or funny ...

約6年 前

解決済み


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

約6年 前

解決済み


find the surface area of a cube
given cube side length x, find the surface area of the cube, set it equal to y

約6年 前

解決済み


metre to feet converter
The idea is to make a converter, which exchange meters to feets. We use a factor of 1m = 3.281*1f. so 3m are equals to 9.843 m...

約6年 前

解決済み


Your favourite city!
Type your favourite city.

約6年 前

解決済み


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

約6年 前

解決済み


Will there be a new leader?
Simply answer the title.

約6年 前

解決済み


Who knows the last digit of pi?
There is only one man who knows the last digit of pi, who is that man? Give the name of that man, who, by popular believe, can ...

約6年 前

解決済み


Matlab Basics II - Intervals
Write a function that takes an interval from a to b, and divides it into 5 parts example: a = 1, b = 2 output = 1 1.25 ...

約6年 前

解決済み


sum of first 'n' terms
Given n=10, find the sum of first 'n' terms Example: If n=10, then x=1,2,3,4,5,6,7,8,9,10. The sum of these n=10 terms is 55...

約6年 前

解決済み


Find the hypotenuse
Given a and b (the two sides of a right-triangle), find c, the hypotenuse.

約6年 前

解決済み


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

約6年 前

解決済み


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

約6年 前

解決済み


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

約6年 前

解決済み


Temperature conversion
Convert temperature in degrees Celsius (C) to temperature in degrees Kelvin (K). Assume your answer is rounded to the nearest Ke...

約6年 前

解決済み


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

約6年 前

解決済み


Do you like your boss?
Do you like your boss? Answer can be any string! For example: Boss = 'Do you like your boss?'; Output = 'yes' or ...

約6年 前

解決済み


Who is the smartest MATLAB programmer?
Who is the smartest MATLAB programmer? Examples: Input x = 'Is it Obama?' Output = 'Me!' Input x = 'Who ?' Ou...

約6年 前

解決済み


Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...

約6年 前

解決済み


04 - Scalar Equations 1
Define the variable a: <<http://samle.dk/STTBDP/Assignment1_4-a.png>> Use this to calculate x: <<http://samle.dk/STTBD...

約6年 前

解決済み


Matlab Basics - y as a function of x
Write a function to calculate y as a function of x, such that y = 6x^2 + 5x - 2

約6年 前

さらに読み込む