photo

Nathaniel George


Last seen: 2 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

Cody

0 个问题
86 个答案

排名
N/A
of 301,172

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 21,183

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
7,729
of 173,200

贡献数
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 years 前

已解决


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 years 前

已解决


kmph to mps
convert kilometer per hour to meter per second

5 years 前

已解决


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 years 前

已解决


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

5 years 前

已解决


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 years 前

已解决


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

5 years 前

已解决


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

5 years 前

已解决


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 years 前

已解决


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

5 years 前

已解决


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

5 years 前

已解决


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

5 years 前

已解决


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 years 前

已解决


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 years 前

已解决


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 years 前

已解决


Celsius to Fahrenheit converter
Convert Celsius to Fahrenheit degrees.

5 years 前

已解决


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

5 years 前

已解决


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

5 years 前

已解决


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

5 years 前

已解决


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 years 前

已解决


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 years 前

已解决


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

5 years 前

已解决


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

5 years 前

已解决


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

5 years 前

已解决


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

5 years 前

已解决


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

5 years 前

已解决


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

5 years 前

已解决


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

5 years 前

已解决


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

5 years 前

加载更多