photo

Daniela


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

Followers: 0   Following: 0

:)

Programming Languages:
Python
Spoken Languages:
Spanish
Professional Interests:
Programming

统计学

Cody

0 个问题
219 个答案

排名
N/A
of 301,103

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 21,170

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
765
of 172,806

贡献数
0 个问题
219 个答案

评分
2,802

徽章数量
12

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • CUP Challenge Master
  • Introduction to MATLAB Master
  • Commenter
  • Promoter
  • Community Group Solver
  • Project Euler I
  • Solver

查看徽章

Feeds

排序方式:

已解决


sum of vectors
ff

3 years 前

已解决


Volume and area of a sphere
Input(r) - radius Output([v,s]) - volume and area

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

3 years 前

已解决


area of a sphere

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

3 years 前

已解决


Volume of Cylinder
Find the volume of a cylinder

3 years 前

已解决


Arrange vector in ascending order
Arrange a given vector in ascending order. input = [4 5 1 2 9]; output = [1 2 4 5 9];

3 years 前

已解决


What percentage?
Calculate the output c as the percentage of a on b for given a and b.

3 years 前

已解决


kmph to mps
convert kilometer per hour to meter per second

3 years 前

已解决


Squaring Matrix
Square the following matrix using matlab % A = 1 2 3 4 5 6 7 8 So new matrix should display...

3 years 前

已解决


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

3 years 前

已解决


Square a Number
Given an input x, return y, which is equal to the square of x.

3 years 前

已解决


square root
Find square root of given number

3 years 前

已解决


square of a number
find square of a given number

3 years 前

已解决


cube of number
find cube of number

3 years 前

已解决


Sum two matrices
Take two incoming matrices, and sum them

3 years 前

已解决


Vector Element Multiplication
Take two incoming vectors, and output the element wise multiplication of the vectors.

3 years 前

已解决


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

3 years 前

已解决


Square root of a number
Write a code that will output the square root of x.

3 years 前

已解决


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

3 years 前

已解决


Area of a circle
Given the radius x, y would be the area of a circle. Pi = 3.1416

3 years 前

已解决


The sum of the numbers in the vector
eg. [1,2,3]---->SUM=6

3 years 前

已解决


Find the product of a Vector
How would you find the product of the vector [1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0 5.5 6.0] times 2?; x = [1 : 0.5 : 6]; y ...

3 years 前

已解决


Multiply pi
Multiply pi with x!

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

加载更多