解決済み


Matlab Basics - Convert a row vector to a column vector
Write a script to convert a row (e.g. x = [1 2 3]) to a column (e.g. y = [1;2;3]), your script should be able to do this for any...

3年以上 前

解決済み


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

3年以上 前

解決済み


Circle : Square

3年以上 前

解決済み


For a rectangle, if x is the length and 2x is width. Then find out x from the area of the rectangle?
For a rectangle, if x is the length and 2x is the width. Then find out x from the area of the rectangle? if the area is equal...

3年以上 前

解決済み


find the surface area of a cube
given cube side length x, find the surface area of the cube, set it equal to y

3年以上 前

解決済み


Calculate the area of a circle
Given a circle of diameter x calculate its area

3年以上 前

解決済み


find the value

3年以上 前

解決済み


Perimeter of a Triangle

3年以上 前

解決済み


Surface area of a sphere
Given the radius of a sphere, find it's Surface area

3年以上 前

解決済み


Surface area of a cone

3年以上 前

解決済み


Volume of Equilateral Triangle Prism
Find volume of equilateral triangle prism x = side of triangle l = length of prism

3年以上 前

解決済み


Volume of Cylinder
Find the volume of a cylinder

3年以上 前

解決済み


GPA
Math's credit is 5 and you got x | Physics's credit 7 and you got y what is your GPA

3年以上 前

解決済み


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

3年以上 前

解決済み


Write a code that will follow the equation y = x * (x + x) * x.
If x = 5, y = 5 * (5+5) * 5 = 250

3年以上 前

解決済み


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

3年以上 前

解決済み


Unit conversion
Convert x degree Celsius to y degree Fahrenheit.

3年以上 前

解決済み


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

3年以上 前

解決済み


Compute a dot product of two vectors x and y
x and y are input vectors, d is a number and contains their dot product

3年以上 前

解決済み


Transpose
Write a MATLAB script in order to convert a random length row vector (v) into a column vector.

3年以上 前

解決済み


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

3年以上 前

解決済み


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

3年以上 前

解決済み


Determine the square root
Determine the square root of the value the user has entered, n.

3年以上 前

解決済み


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

3年以上 前

解決済み


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

3年以上 前

解決済み


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

3年以上 前

解決済み


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

3年以上 前

解決済み


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

3年以上 前

さらに読み込む