Community Profile

photo

Natalie


Last seen: 7 days 前 自 2024 起处于活动状态

Followers: 0   Following: 0

统计数据

  • Introduction to MATLAB Master
  • Solver

查看徽章

Feeds

排序方式:

已解决


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

7 days 前

已解决


Temperature Conversion 3
Given a temperature in Celcius, convert it to Fahrenheit.

7 days 前

已解决


Feeling lucky?
Guess which number Cody is thinking (1 to 10)? (This is a game of luck more than skill. Good luck!)

7 days 前

已解决


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

7 days 前

已解决


Box!
Given a box, find the volume of the cube. With each side = a.

7 days 前

已解决


Sum of the Matrix Elements
Add up all the elements in a NxM matrix where N signifies the number of the rows and M signifies the number of the columns. E...

7 days 前

已解决


Celsius to Fahrenheit converter
Convert Celsius to Fahrenheit degrees.

7 days 前

已解决


Fahrenheit to Celsius converter
Convert Fahrenheit to Celsius degrees.

7 days 前

已解决


Laws of motion 2

7 days 前

已解决


Laws of motion 5

7 days 前

已解决


Kinetic energy calculation

7 days 前

已解决


Potential energy calculation

7 days 前

已解决


easy problem
Find the last element of the array

7 days 前

已解决


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

7 days 前

已解决


square root
Find the square root (y) of an input (x).

7 days 前

已解决


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

7 days 前

已解决


Find the area of a triangle
Given a triangle with a base b and height h, return the triangle area.

7 days 前

已解决


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

7 days 前

已解决


factorial of a number x
Factorial of a number x

7 days 前

已解决


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

7 days 前

已解决


Laws of motion 1

7 days 前

已解决


Summation of array
Given an array, Find the sum of all of the elements in it Examples: Input x = [1 2 3 5; 4 5 6 7]; Output y is 33

7 days 前

已解决


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

7 days 前

已解决


Matlab Basics - Absolute Value
Write a script that returns the absolute value of the elements in x e.g. x = [-1 -2 -3 -4] --> y = [1 2 3 4]

7 days 前

已解决


Sum of Two Numbers
Given two integer numbers x and y, calculate their sum and put it in z. Examples: Inputs x = 2, y = 4 Output z is 6 ...

7 days 前

已解决


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

7 days 前

已解决


Element by element multiplication of two vectors
Given two input vectors, return the element-by-element product. Example A = [1 2 3] B = [7 3 1] The answer should be...

7 days 前

已解决


Negative Infinity
Round the given array a towards negative infinity.

7 days 前

已解决


Positive Infinity
Round the array a towards positive infinity

7 days 前

已解决


Find out sum of all elements of given Matrix
Find out sum of all elements of given Matrix A=[1 2 3;4 5 6 ;7 8 9]; Answer must be: 45 *If you like this problem, pl...

7 days 前

加载更多