Community Profile

photo

Sarah Chekan


Last seen: 8 dagar ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Introduction to MATLAB Master
  • Solver

View badges

Feeds

View by

Solved


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

nästan 2 år ago

Solved


Basic arrays operations.
Apply element-by-element binary operation 'fun' to two arrays (A and B).

nästan 2 år ago

Solved


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

nästan 2 år ago

Solved


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

nästan 2 år ago

Solved


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

nästan 2 år ago

Solved


Random Problem12- Squaring a number
Square the number

nästan 2 år ago

Solved


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

nästan 2 år ago

Solved


Array of Ones
Create a 100 X 100 array of ones.

nästan 2 år ago

Solved


find the value

nästan 2 år ago

Solved


area of a sphere

nästan 2 år ago

Solved


Mile to Kilometer
x is mile and y is km

nästan 2 år ago

Solved


Spherical Volume
Calculate the volume of a sphere.

nästan 2 år ago

Solved


Volume of Cylinder
Find the volume of a cylinder

nästan 2 år ago

Solved


Variable_Addition
be able to add any variable to the number one

nästan 2 år ago

Solved


Find the sum

nästan 2 år ago

Solved


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

nästan 2 år ago

Solved


Simple Vector Addition
Take two incoming vectors and output the sum of the two vectors

nästan 2 år ago

Solved


Add the positive numbers
Add only the positive numbers of x example: x = [-2 -1 0 1 2 3] the positive numbers are: 1 2 3, so their sum is 6

nästan 2 år ago

Solved


Find the volume of cone
Find the volume of cone, when given radius(r) and height(h).

nästan 2 år ago

Solved


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

nästan 2 år ago

Solved


Add 2 Vectors

nästan 2 år ago

Solved


Summation of integers

nästan 2 år ago

Solved


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

nästan 2 år ago

Solved


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

nästan 2 år ago

Solved


divide by 5

nästan 2 år ago

Solved


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

nästan 2 år ago

Solved


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

nästan 2 år ago

Solved


multiply by 7

nästan 2 år ago

Solved


Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5

nästan 2 år ago

Solved


Times 5
Try out this test problem first. Given the variable x as your input, multiply it by five and put the result in y. Examples...

nästan 2 år ago

Load more