photo

Samantha Biederwolf


Last seen: 3 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

Cody

0 个问题
81 个答案

排名
N/A
of 301,159

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 21,182

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
7,847
of 173,105

贡献数
0 个问题
81 个答案

评分
966

徽章数量
4

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Introduction to MATLAB Master
  • Commenter
  • CUP Challenge Master
  • Solver

查看徽章

Feeds

排序方式:

已解决


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

5 years 前

已解决


Add two numbers
Add two numbers (For beginners)

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 前

已解决


Dot Product

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 前

已解决


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

5 years 前

已解决


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

5 years 前

已解决


easy problem
Find the last element of the array

5 years 前

已解决


Calculate the square of a number (Super Easy)
The goal is to calculate the square (y) of a number (x). Good way to start MatLab for beginners.

5 years 前

已解决


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

5 years 前

已解决


Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...

5 years 前

已解决


The great 82-year-old
Let's answer the question below; 'I am *x* years old and I have never written programs. If I study from now, will I be able ...

5 years 前

已解决


What is Sum Of all elements of Matrix
Given the matrix x, return the sum of all elements of matrix. Example: Input x = [ 1 2 0 0 0 0 6 9 3 3 ] ...

5 years 前

已解决


Subtract two numbers

5 years 前

已解决


Find the distance traveled by a car given velocity and time.
A car is traveling at a constant velocity for a specific amount of time. The function should use the two inputs, velocity and ti...

5 years 前

已解决


Multiply pi
Multiply pi with x!

5 years 前

已解决


Temperature Conversion 2

5 years 前

已解决


Speed of car travelling x meters in y seconds
What is the speed of a car if the car travelled x meters in y seconds? Supply the answer in m/s.

5 years 前

已解决


raise 1/3
Raise a number to 1/3 power.

5 years 前

已解决


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

5 years 前

已解决


divide by 5

5 years 前

已解决


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

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 前

已解决


Finding perimeter of a rectangle
A rectangle has a length of x centimeters and a width of w centimeters. Find the perimeter.

5 years 前

已解决


Matlab Basics II - squares
Write a function that takes matrix A, and squares each element in the matrix example: A = [1 2 3] output = [1 4 9]

5 years 前

已解决


Create a Matrix of Zeros
Given an input x, create a square matrix y of zeros with x rows and x columns.

5 years 前

已解决


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

5 years 前

已解决


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

5 years 前

加载更多