num2abc
by DS
19 Feb 2007
(Updated 03 Aug 2007)
Function that translates numbers to spreadsheet column labels.
|
Watch this File
|
| File Information |
| Description |
NUM2ABC(X), where X is an integer, returns a string corresponding to the column label commonly employed by spreadsheet programs, such as Microsoft
Excel.
Example:
x = 45;
num2abc(x);
ans =
AS |
| MATLAB release |
MATLAB 7.0.4 (R14SP2)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 20 Jun 2007 |
Included acknowledgment of the complementary function ABC2NUM. |
| 03 Aug 2007 |
Fixed hole in logic for even multiples of 26. Raised nMax to 16,384. |
|
Contact us at files@mathworks.com