A résolu


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

2 mois il y a

A résolu


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

2 mois il y a

A résolu


to the 2 all elements
to the 2 all elements

2 mois il y a

A résolu


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

2 mois il y a

A résolu


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

2 mois il y a

A résolu


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

2 mois il y a

A résolu


varargin
Write a function that can take a diffrent Amount of inputs for every run Which gives you the sum of all Inputs. Example: f(a,b...

2 mois il y a

A résolu


Calculate the h-index (revisited)
H-index is a powerful tool for quantifying the scientific contribution of a researcher. The H-index is defined as follows (fro...

2 mois il y a

A résolu


Is this triangle right-angled?
Given any three positive numbers a, b, c, return true if the triangle with sides a, b and c is right-angled. Otherwise, return f...

2 mois il y a

A résolu


Find my daddy long leg (No 's')
Given the ratio of the two legs (longer / shorter), and the hypotenuse length, find the value of the bigger leg.

2 mois il y a

A résolu


Find the sides of an isosceles triangle when given its area and height from its base to apex
Find the sides of an isosceles triangle when given its area and the height from its base to apex. For example, with A=12 and h=...

2 mois il y a

A résolu


Side of an equilateral triangle
If an equilateral triangle has area A, then what is the length of each of its sides, x? Image courtesy of Wikipedia.

2 mois il y a

A résolu


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

2 mois il y a

A résolu


Minimum possible M of the maximum side of a triangle of given area A.
Suppose a triangle has area A. Suppose it has three sides S1, S2, and S3. Suppose M = max([S1 S2 S3]). What is the minimum po...

2 mois il y a

A résolu


Can the given sides form a triangle?
Can the three given sides form a triangle?

2 mois il y a

A résolu


Given a square and a circle, please decide whether the square covers more area.
You know the side of a square and the diameter of a circle, please decide whether the square covers more area.

2 mois il y a

A résolu


Calculate area of sector
A=function(r,seta) r is radius of sector, seta is angle of sector, and A is its area. Area of sector A is defined as 0.5*(r^2...

2 mois il y a

A résolu


radius of a spherical planet
You just measured its surface area, that is the input.

2 mois il y a

A résolu


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

2 mois il y a

A résolu


Volume Pillar
Calculate the volume of a pillar with radius l and heigth ar.

2 mois il y a

A résolu


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

2 mois il y a

A résolu


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

2 mois il y a

A résolu


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

2 mois il y a

A résolu


Spherical Volume
Calculate the volume of a sphere.

2 mois il y a

A résolu


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

2 mois il y a

A résolu


Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...

2 mois il y a

A résolu


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

2 mois il y a

A résolu


Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not to use d...

2 mois il y a

A résolu


Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.

2 mois il y a

A résolu


Find max
Find the maximum value of a given vector or matrix.

2 mois il y a

Charger plus