![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8011463_1522124335262_DEF.jpg)
Philippe Lebel
Followers: 0 Following: 0
統計
All
Feeds
解決済み
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...
約5年 前
解決済み
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
約5年 前
解決済み
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...
約5年 前
解決済み
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...
約5年 前