Resuelto


Add consecutive integer numbers
Given consecutive numbers, add the numbers *without using the sum command in MATLAB.*

más de 4 años hace

Resuelto


Summation of integers

más de 4 años hace

Resuelto


print

más de 4 años hace

Resuelto


sign function

más de 4 años hace

Resuelto


Number Power
Raise a number to itself.

más de 4 años hace

Resuelto


imaginary

más de 4 años hace

Resuelto


Real

más de 4 años hace

Resuelto


NaN

más de 4 años hace

Resuelto


Vector indexing: lower than mean
Find all values in a vector lower than the mean of the vector

más de 4 años hace

Resuelto


Diagonal Prod

más de 4 años hace

Resuelto


Resizing Matrices
Take an 4x3 matrix, and resize it to a 2x6 matrix

más de 4 años hace

Resuelto


Find The Difference
Vector x is given.calculate the difference between the biggest and the smallest number that we can create from elements of x. f...

más de 4 años hace

Resuelto


Find the area of a triangle having vertices (A,B), (C,D), and (E,F)
Find the area of a triangle using if we have the three vertices of the triangle

más de 4 años hace

Resuelto


Return elements unique to either input
Given two numeric inputs a and b, return a row vector that contains the numbers found in only a or only b, but not both. For ex...

alrededor de 5 años hace

Resuelto


Kaprekar numbers
Test if the input is a Kaprekar number: <http://mathworld.wolfram.com/KaprekarNumber.html>. Return a logical true or false. ...

alrededor de 5 años hace

Resuelto


Increment a number, given its digits
Take as input an array of digits (e.g. x = [1 2 3]) and output an array of digits that is that number "incremented" properly, (i...

alrededor de 5 años hace

Resuelto


Convert hex color specification to MATLAB RGB
Here's something that comes up all the time if you deal with web pages. Given a <http://www.w3schools.com/html/html_colors.as...

alrededor de 5 años hace

Resuelto


Enlarge array
Given an m-by-n numeric array (A) and a 1-by-2 vector (sz) indicating the dimensions [p q] to enlarge each element, return an (m...

más de 5 años hace

Resuelto


Bruh
Return 'bruh'.

más de 5 años hace

Resuelto


Find out value of polynomial at different value.
Find out value of polynomial at different value. Example p(s) = s + 8 For s=0, value is 8.

más de 5 años hace

Resuelto


Create an 'arrow-head" matrix
Write a function that when given an odd number, produces an arrow-head function pointing to the right. Examples n = 3 ...

más de 5 años hace

Resuelto


Variable_Addition
be able to add any variable to the number one

más de 5 años hace

Resuelto


Sum of series IX

más de 5 años hace

Resuelto


Sum of series VIII

más de 5 años hace

Resuelto


Sum of series
a(n) = n^2 - (n-1)^2 find the summation of the series upto n i.e. a(1)+a(2)+...+a(n)

más de 5 años hace

Resuelto


Converts numbers into characters
Converts numbers into characters

más de 5 años hace

Resuelto


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

más de 5 años hace

Cargar más