photo

Estelle


Last seen: Today 自 2016 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests: Controls

统计学

All
  • Solver

查看徽章

Feeds

排序方式:

已解决


Linear system of equations
Solve the system of equations in three variables.

4 days 前

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

7 days 前

已解决


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

8 days 前

已解决


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

8 days 前

已解决


How to calculate the length of a triangle's side given two angles and one side
You are given a triangle with angles alpha, beta and gamma and sides a opposite alpha, b opposite beta and c opposite gamma. ...

8 days 前

已解决


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

10 days 前

已解决


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

10 days 前

已解决


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

10 days 前

已解决


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

10 days 前

已解决


Square the input
Given a scalar or vector x, return the square of each element. Example x = [7 2] answer = [49 4]

10 days 前

已解决


Convert from Fahrenheit to Celsius
Given an input vector F containing temperature values in Fahrenheit, return an output vector C that contains the values in Celsi...

10 days 前

已解决


Laws of motion 2

16 days 前

已解决


Laws of motion 1

16 days 前

已解决


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

16 days 前

已解决


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

16 days 前

已解决


the average value of the elements
Calculate the average value of the elements in the array

17 days 前

已解决


calculate the length of matrix
input 1 array, calculate the length

17 days 前

已解决


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

17 days 前

已解决


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

28 days 前

已解决


Add two numbers
Given a and b, return the sum a+b in c.

30 days 前

已解决


Solve a System of Linear Equations
Example: If a system of linear equations in x₁ and x₂ is: 2x₁ + x₂ = 2 x₁ - 4 x₂ = 3 Then the coefficient matrix (A) is: 2 ...

1 month 前

已解决


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

1 month 前

已解决


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

1 month 前

提问


Get an Error connecting LEGO Mindstorms EV3 via bluetooth with MATLAB but can connect with Simulink; How do I fix this?
The Matlab syntax is myev3 = legoev3('bluetooth','COM6'); The error generated by the compiler is Error using legoev3 (line 1...

4 months 前 | 1 个回答 | 0

1

个回答

已解决


length of a vector
Find twice the length of a given vector.

5 years 前

已解决


Simple equation: Annual salary
Given an hourly wage, compute an annual salary by multiplying the wage times 40 and times 50, because salary = wage x 40 hours/w...

5 years 前

已解决


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

5 years 前

已解决


square number
Square a number

5 years 前

已解决


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

5 years 前

已解决


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

5 years 前

加载更多