Rank: 3598 based on 8 downloads (last 30 days) and 3 files submitted
photo

david s

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by david View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
08 Jul 2009 reshape2cube Reshape a vector into a cubic array Author: david s reshape, cube 2 3
11 Mar 2009 refmod Compute row echelon form modulo p Author: david s row echelon form, rank, modulo, modular arithmetic 4 1
21 Apr 2008 Screenshot Yet Another Ascii progress bar ascii progress bar using nested functions Author: david s ascii progress bar 2 0
Comments and Ratings by david
Updated File Comments Rating
08 Jul 2009 reshape2cube Reshape a vector into a cubic array Author: david s

Well i found myself wanting it, and figured it might save someone else some thinking and typing as well. Thanks for the feedback

Comments and Ratings on david's Files View all
Updated File Comment by Comments Rating
25 Jan 2011 refmod Compute row echelon form modulo p Author: david s Martijn

Actually, the echelon form of the matrix is returned. So not the *reduced* echelon form.

08 Jul 2009 reshape2cube Reshape a vector into a cubic array Author: david s s, david

Well i found myself wanting it, and figured it might save someone else some thinking and typing as well. Thanks for the feedback

07 Jul 2009 reshape2cube Reshape a vector into a cubic array Author: david s Fig, Matt

I am with Darren. Maybe a generalization would be more useful:

A = 1:5^2;
reshape2pow(A,2)
A = 1:5^3;
reshape2pow(A,3)
A = 1:5^4;
reshape2pow(A,4)
....

07 Jul 2009 reshape2cube Reshape a vector into a cubic array Author: david s Rowland, Darren

I fail to see the worth of this function.
That being said I would prefer that the 'cube' dimension be optionally given as input, so
reshape2cube(vector,m)
would transform vector with n^m elements into an m dimension array.

Top Tags Applied by david
ascii progress bar, cube, modular arithmetic, modulo, rank
Files Tagged by david View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
08 Jul 2009 reshape2cube Reshape a vector into a cubic array Author: david s reshape, cube 2 3
11 Mar 2009 refmod Compute row echelon form modulo p Author: david s row echelon form, rank, modulo, modular arithmetic 4 1
21 Apr 2008 Screenshot Yet Another Ascii progress bar ascii progress bar using nested functions Author: david s ascii progress bar 2 0

Contact us at files@mathworks.com