已解决


Test of Quiz
Answer the questions and write in vector. Only one answer is correct. The founder of fuzzy logic is 1a) D. Golberg 1b)...

2 days 前

已解决


Determina si el número es primo
Primero, antes que nada: ¿Qué es un número primo? Un número primo es cualquier número que solamente se puede dividir por 1 y ...

2 days 前

已解决


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

2 days 前

已解决


Prime number removal
remove all prime numbers from the input e.g. input = 1 2 3 4 5 6 7 8 9 10 11 12 ...

2 days 前

已解决


Sum of first n positive integers
Given n, find the sum of first n positive integers Example: If n=10, then x=1,2,3,4,5,6,7,8,9,10. The sum of these terms is 55

2 days 前

已解决


imaginary results
Return the value of the imaginary number i to the power of input argument n.

2 days 前

已解决


Bottles of beer
Given an input number representing the number of bottles of beer on the wall, output how many are left if you take one down and ...

2 days 前

已解决


Row avg

2 days 前

已解决


Percentage profit
If you are buying at x dollar, what will be the selling price for making the r% profit?

2 days 前

已解决


Calculate the sum of elements of n*n Hilbert matrix.
Calculate the sum of elements of n*n Hilbert matrix. For example, for n=5: HilbertMatrix = [1.0000 0.5000 0.333...

2 days 前

已解决


Variance computation (★)
Given a vector x with several values, compute the variance, whose formula is given by: <<https://i.imgur.com/Wg95KBE.gif>> ...

2 days 前

已解决


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

2 days 前

已解决


easy problem
Find the last element of the array

2 days 前

已解决


Matrix Generation from Vector Multiplication
Output the matrix generated from multiplying two vectors together

2 days 前

已解决


Find the summation, mean, median, mode and standard deviation of a given array.
An array is given. Find out the summation, mean, median, mode and standard deviation of a given array. If x=[1,2,2,3,3,3,4,4,4,...

2 days 前

已解决


Solve expression II
Solve given expression. alpha=0.1(-x-y-50)/(exp((-x-y-50)/10)-1) beta=5exp((-x+y-60)/20) result=alpha+beta;

2 days 前

已解决


10% Discount

2 days 前

已解决


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

2 days 前

已解决


Set zero

2 days 前

已解决


Find the remainder - 02
Given an array of integers, find the remainder when the summation of all the elements is divided by N

2 days 前

已解决


Given a matrix X, manipulate it accordingly
Given a matrix X, 1st add a column to the matrix whose elements are the summation of each rows. Then add a row to the matrix who...

2 days 前

已解决


find the height

2 days 前

已解决


Find difference of two set as per example
Find difference of two set as per example Say x=[1:5] and y=[2:6] then, set_diff(x,y) should give output[1] and set_diff(y...

2 days 前

已解决


Convert yards to feet
The goal of this script is to convert a value given in yards to feet.

2 days 前

已解决


Surface area of a cone

2 days 前

已解决


Find parts of a circle.
Given radius (r) of a circle find the diameter (d), circumference (c), an area (a).

2 days 前

已解决


Find index of a string in a cell array
Write a function that finds the index at which the cell array of strings C contains the exact string S. So if C = {'twe...

2 days 前

已解决


Output a vector which is table of 9
Output a vector which is table of 9

2 days 前

加载更多