Community Profile

photo

Jens


Last seen: más de 2 años hace Con actividad desde 2013

Followers: 0   Following: 0

Contacto

Estadísticas

All
  • First Review
  • Solver

Ver insignias

Feeds

Ver por

Pregunta


javacomponent in new releases?
Dear community, i am currently using Matlab2011b on WIN7 64bit machine. I extensively use a lot of java components for making...

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Resuelto


Count decimal digits of a number
* Given an integer number you have to return the number of its digits. * For example 248 has 3 digits and 1589 has 4 digits ...

más de 10 años hace

Resuelto


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

alrededor de 11 años hace

Resuelto


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

alrededor de 11 años hace

Resuelto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

alrededor de 11 años hace