photo

Nathaniel George


Last seen: 3年弱 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

Cody

0 問題
86 解答

ランク
N/A
of 302,093

評判
N/A

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

回答採用率
0.00%

獲得投票数
0

ランク
 of 21,541

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
8,291
of 178,893

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

スコア
982

バッジ数
3

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

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

平均評価

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

平均いいねの数

  • Commenter
  • Introduction to MATLAB Master
  • Solver

バッジを表示

Feeds

表示方法

解決済み


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

5年以上 前

解決済み


Given area find sides
In a right angle triangle given area 'A' one arm=x, another arm=2x then find the value of x. For example, area A=400 then ...

5年以上 前

解決済み


kmph to mps
convert kilometer per hour to meter per second

5年以上 前

解決済み


Help the Patriots get to the Super Bowl
Given a football by the Patriots, return it to them with 2 psi less air in it. (The original psi is passed as a number to the...

5年以上 前

解決済み


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

5年以上 前

解決済み


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

5年以上 前

解決済み


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

5年以上 前

解決済み


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

5年以上 前

解決済み


Is My Wife Wrong?
Answer the question. (see also <http://www.mathworks.com/matlabcentral/cody/problems/149-is-my-wife-right Problem 149: Is my ...

5年以上 前

解決済み


Basic Quadratic Equation
Create the equation: y=(3x)^2+(5x)+35 and compute y for various values of x

5年以上 前

解決済み


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

5年以上 前

解決済み


World Cup 2018 Prediction!
Which team will be the winner?

5年以上 前

解決済み


Rounding off numbers to n decimals
Inspired by a mistake in one of the problems I created, I created this problem where you have to round off a floating point numb...

5年以上 前

解決済み


Beginner's Problem - Squaring
Try out this test problem first. Given the variable x as your input, square it by two and put the result in y. Examples: ...

5年以上 前

解決済み


Try 1.5.4: Celsius to Fahrenheit
Write a program to convert an input given in Celsius to Fahrenheit. Examples: Input celsiusValue = 100 Output fahrValu...

5年以上 前

解決済み


Celsius to Fahrenheit converter
Convert Celsius to Fahrenheit degrees.

5年以上 前

解決済み


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

5年以上 前

解決済み


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

5年以上 前

解決済み


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

5年以上 前

解決済み


multiply by three
Given the variable x as your input, multiply it by 3 and put the result equal to y. Examples: Input x = 2 Output y is ...

5年以上 前

解決済み


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

5年以上 前

解決済み


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

5年以上 前

解決済み


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

5年以上 前

解決済み


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

5年以上 前

解決済み


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

5年以上 前

解決済み


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

5年以上 前

解決済み


MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8

5年以上 前

解決済み


MATLAB Basic: rounding II
Do rounding nearest integer. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 9

5年以上 前

解決済み


MATLAB Basic: rounding III
Do rounding towards minus infinity. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 8

5年以上 前

さらに読み込む