摘要: input: transient.case outputs: transient_1.case, transient_2.case,...transient_101.case ********** n=101; fileinfo=importdata('transient.case',';'); f 阅读全文
posted @ 2019-02-18 23:03 kaiming_ai 阅读(139) 评论(0) 推荐(0) 编辑
摘要: for file.txt***********n=10;fileinfo=importdata('file.txt');for i=1:nfilename=sprintf('file_%d.txt',i);filePh = fopen(filename,'w');fprintf(filePh,'%s 阅读全文
posted @ 2019-02-18 20:26 kaiming_ai 阅读(131) 评论(0) 推荐(0) 编辑
摘要: Goal: To generate =35= files named 'capitalsquiz1.txt', 'capitalsquiz2.txt'...'capitalsquiz35.txt'**************>>> for quizNum in range(35): quizFile 阅读全文
posted @ 2019-02-18 20:15 kaiming_ai 阅读(160) 评论(0) 推荐(0) 编辑
摘要: | \n | 换行 || \t | 制表符 || \ | 转义 || \\ | \ | the '%' operator is used to format a set of variables enclosed in a "tuple" ( a fixed size list)| %s | str 阅读全文
posted @ 2019-02-18 19:46 kaiming_ai 阅读(216) 评论(0) 推荐(0) 编辑
摘要: test test Table of Contents 1. Serial UDF on Windows OS 1 Serial UDF on Windows OS Note: Udf has to be compiled, can’t be interpolated Steps: launch F 阅读全文
posted @ 2019-02-18 09:40 kaiming_ai 阅读(297) 评论(0) 推荐(0) 编辑