Convert index to Excel A1 notation:Convert index to Excel A1 notation used in xlswrite-matlab开发

时间:2021-05-30 21:43:16
【文件属性】:
文件名称:Convert index to Excel A1 notation:Convert index to Excel A1 notation used in xlswrite-matlab开发
文件大小:1KB
文件格式:ZIP
更新时间:2021-05-30 21:43:16
matlab 此函数将索引转换为 xlswrite 中使用的 Excel A1 表示法。 %%% 函数 a1String = idx2A1(idx) 字母表 = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'; 如果 idx < 27 a1String = 字母表(idx); 别的idx2 = rem(idx,26); 如果 idx2 == 0 a1String = [alphabet(floor(idx / 26)-1),'Z']; 别的a1String = [alphabet(floor(idx/26)),alphabet(idx2)]; 结尾结尾%%%
【文件预览】:
idx2A1.zip

网友评论