Community Profile

photo

Jens


Last seen: 2 years ago Active since 2013

Statistics

All
  • First Review
  • Solver

View badges

Content Feed

View by

Question


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

7 years ago | 1 answer | 0

1

answer

Solved


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

10 years ago

Solved


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

11 years ago

Solved


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

11 years ago

Solved


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

11 years ago