Resuelto


Set the array elements whose value is 13 to 0
Input A either an array or a vector (which can be empty) Output B will be the same size as A . All elements of A equal to 13...

casi 4 años hace

Resuelto


Return unique values without sorting
If the input vector A is [42 1 1], the output value B must be the unique values [42 1] The values of B are in the same order a...

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

casi 4 años hace

Resuelto


Find Logic 9

casi 4 años hace

Resuelto


Find Logic 12

casi 4 años hace

Resuelto


Find Logic 15

casi 4 años hace

Resuelto


Find Logic 17

casi 4 años hace

Resuelto


Find Logic 18

casi 4 años hace

Resuelto


Find Logic 19

casi 4 años hace

Resuelto


Find Logic 16

casi 4 años hace

Resuelto


Find Logic 14

casi 4 años hace

Resuelto


Find Logic 13

casi 4 años hace

Resuelto


Find Logic 7

casi 4 años hace

Resuelto


Find Logic 10

casi 4 años hace

Resuelto


Find Logic 6

casi 4 años hace

Resuelto


Find Logic 8

casi 4 años hace

Resuelto


Find Logic 4

casi 4 años hace

Resuelto


Find Logic 3

casi 4 años hace

Resuelto


Find Logic 1

casi 4 años hace

Resuelto


Find Logic 11

casi 4 años hace

Resuelto


Converts numbers into characters
Converts numbers into characters

casi 4 años hace

Resuelto


Symmetry of vector
Determine whether the vector is symmetric or not (vector could be even or odd in length). For example: x = [1 2 3 3 2 1] is s...

casi 4 años hace

Resuelto


Set a diagonal
Given a matrix M, row vector v of appropriate length, and diagonal index d (where 0 indicates the main diagonal and off-diagonal...

casi 4 años hace

Resuelto


Function composition
Write a function that accepts two function handles f and g and returns the composition h. That is, h = (f o g)(x) = f(g(x)) ...

casi 4 años hace

Resuelto


Sum of series IX
What is the sum of the following sequence: Σ 1/k! for k=1...n for different n?

casi 4 años hace

Resuelto


Sum of series VIII

casi 4 años hace

Resuelto


Sum of series VII
What is the sum of the following sequence: Σ(km^k)/(k+m)! for k=1...n for different n and m?

casi 4 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)

casi 4 años hace

Resuelto


Sum of series VI
What is the sum of the following sequence: Σk⋅k! for k=1...n for different n?

casi 4 años hace

Resuelto


Sum of series V
What is the sum of the following sequence: Σk(k+1) for k=1...n for different n?

casi 4 años hace

Cargar más