Community Profile

photo

Jens


Last seen: oltre 2 anni fa Attivo dal 2013

Followers: 0   Following: 0

Contatto

Statistiche

All
  • First Review
  • Solver

Visualizza badge

Feeds

Visto da

Domanda


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

circa 7 anni fa | 1 risposta | 0

1

risposta

Risolto


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

oltre 10 anni fa

Risolto


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

circa 11 anni fa

Risolto


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

circa 11 anni fa

Risolto


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

circa 11 anni fa