Rank: 3206 based on 11 downloads (last 30 days) and 2 files submitted
photo

Jeff Miller

E-mail
Company/University
The MathWorks

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Jeff View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
05 Mar 2008 Modified rfamp_qam16 demo A modified version of the shipping demo rf_amp_qam16 Author: Jeff Miller predistortion, rf 8 0
  • 4.0
4.0 | 1 rating
18 Jan 2008 List Factors List all integer factors of a number Author: Jeff Miller factors, factorization, integer, number, all, list 3 4
  • 2.0
2.0 | 1 rating
Comments and Ratings on Jeff's Files View all
Updated File Comment by Comments Rating
26 May 2008 Modified rfamp_qam16 demo A modified version of the shipping demo rf_amp_qam16 Author: Jeff Miller vulf, krot
20 Jan 2008 List Factors List all integer factors of a number Author: Jeff Miller Doke, Jiro

My hats off, John.

20 Jan 2008 List Factors List all integer factors of a number Author: Jeff Miller D'Errico, John

A three liner then, that will be fairly efficient.

f = x ./(1:ceil(sqrt(x)));
f = f(f==fix(f)).' ;
f = unique([f;x./f]);

For example, when x = 2^25, the two liner takes
Elapsed time is 114.624158 seconds.

While my three liner takes only
Elapsed time is 0.139695 seconds.

20 Jan 2008 List Factors List all integer factors of a number Author: Jeff Miller Doke, Jiro

Nice two-liner, Jos.
But note that this entry has memory and speed advantages. Try a large number, like 2^25.

19 Jan 2008 List Factors List all integer factors of a number Author: Jeff Miller x@y.z, Jos

The help should be improved. Add a H1 line, describe the expected input and output, give an example and add a See Also line.

The following two-liner will produce the same result:
f = x ./ [x:-1:1] ;
f = f(f==fix(f)).' ;

Its functionality is therefore quite trivial.

 

Top Tags Applied by Jeff
all, factorization, factors, integer, list
Files Tagged by Jeff View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
05 Mar 2008 Modified rfamp_qam16 demo A modified version of the shipping demo rf_amp_qam16 Author: Jeff Miller predistortion, rf 8 0
  • 4.0
4.0 | 1 rating
18 Jan 2008 List Factors List all integer factors of a number Author: Jeff Miller factors, factorization, integer, number, all, list 3 4
  • 2.0
2.0 | 1 rating

Contact us at files@mathworks.com