Community Profile

photo

Sarah Chekan


Last seen: 3 Tage vor Aktiv seit 2022

Followers: 0   Following: 0

Statistiken

  • Introduction to MATLAB Master
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


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

fast 2 Jahre vor

Gelöst


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

fast 2 Jahre vor

Gelöst


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

fast 2 Jahre vor

Gelöst


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

fast 2 Jahre vor

Gelöst


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

fast 2 Jahre vor

Gelöst


Random Problem12- Squaring a number
Square the number

fast 2 Jahre vor

Gelöst


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

fast 2 Jahre vor

Gelöst


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

fast 2 Jahre vor

Gelöst


find the value

fast 2 Jahre vor

Gelöst


area of a sphere

fast 2 Jahre vor

Gelöst


Mile to Kilometer
x is mile and y is km

fast 2 Jahre vor

Gelöst


Spherical Volume
Calculate the volume of a sphere.

fast 2 Jahre vor

Gelöst


Volume of Cylinder
Find the volume of a cylinder

fast 2 Jahre vor

Gelöst


Variable_Addition
be able to add any variable to the number one

fast 2 Jahre vor

Gelöst


Find the sum

fast 2 Jahre vor

Gelöst


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

fast 2 Jahre vor

Gelöst


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

fast 2 Jahre vor

Gelöst


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

fast 2 Jahre vor

Gelöst


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

fast 2 Jahre vor

Gelöst


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

fast 2 Jahre vor

Gelöst


Add 2 Vectors

fast 2 Jahre vor

Gelöst


Summation of integers

fast 2 Jahre vor

Gelöst


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

fast 2 Jahre vor

Gelöst


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

fast 2 Jahre vor

Gelöst


divide by 5

fast 2 Jahre vor

Gelöst


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

fast 2 Jahre vor

Gelöst


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

fast 2 Jahre vor

Gelöst


multiply by 7

fast 2 Jahre vor

Gelöst


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

fast 2 Jahre vor

Gelöst


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

fast 2 Jahre vor

Mehr laden