Problem 191. Proper Factors
Solution Stats
Problem Comments
-
3 Comments
Benjamin Richards
on 3 Apr 2020
Why doesn't the divisors function work?
Venkatesh Rachabathuni
on 30 Aug 2020
why it shows 1×0 empty double row vector ?? :p
Ozer Eroglu
on 16 Dec 2020
divisors function doesn't work:(
any info about this?
Solution Comments
-
2 Comments
Dyuman Joshi
on 14 Dec 2020
Why does Cody not give True when using isequal to compare empty arrays?
Dyuman Joshi
on 4 Jan 2021
for anyone else wondering the same,
size(2:0) = [1 0], size([]) = [0 0];
-
1 Comment
Th B
on 17 Jul 2012
setdiff returns 1x0 array instead of 0x0 for the first test or for any similar case, anyone know why?
Problem Recent Solvers443
Suggested Problems
-
2209 Solvers
-
398 Solvers
-
The sum of the numbers in the vector
491 Solvers
-
3770 Solvers
-
723 Solvers
More from this Author56
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!