Community Profile

photo

Philippe Lebel


Last seen: ungefär 2 år ago Active since 2018

Followers: 0   Following: 0

Statistics

All
  • Knowledgeable Level 3
  • 3 Month Streak
  • Revival Level 1
  • Knowledgeable Level 2
  • Personal Best Downloads Level 1
  • First Review
  • 5-Star Galaxy Level 1
  • First Submission
  • First Answer
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Solved


Extract leading non-zero digit
<http://en.wikipedia.org/wiki/Benford%27s_law Benford's Law> states that the distribution of leading digits is not random. This...

mer än 4 år ago

Solved


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

mer än 4 år ago

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

mer än 4 år ago

Solved


MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8

mer än 4 år ago

Solved


Find the maximum number of decimal places in a set of numbers
Given a vector or matrix of values, calculate the maximum number of decimal places within the input. Trailing zeros do not coun...

mer än 4 år ago

Solved


Is my wife right?
Regardless of input, output the string 'yes'.

nästan 6 år ago