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
-
1 Comment
Gaurav Shinde
on 12 Aug 2022
If we could use divisors function (https://in.mathworks.com/help/symbolic/sym.divisors.html) it would be even more easy
-
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 Solvers456
Suggested Problems
-
Duplicate each element of a vector.
577 Solvers
-
523 Solvers
-
683 Solvers
-
934 Solvers
-
Convert from Fahrenheit to Celsius
17522 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!