├── README.md └── report ├── Award_certificate.m ├── Built-in_Style_English_of_Word.pdf ├── Gradegen.m ├── README.md ├── SchoolReport.m ├── demo1.m ├── demo2.m ├── demo3.m ├── jiangzhuang.png ├── myPlot_img.png ├── mytemplate.dotx ├── rptgen.pdf ├── schoolreport.png ├── 成绩.xlsx ├── 成绩单.docx └── 批量生成奖状.docx /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gasongjian/reportgen_matlab/HEAD/README.md -------------------------------------------------------------------------------- /report/Award_certificate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gasongjian/reportgen_matlab/HEAD/report/Award_certificate.m -------------------------------------------------------------------------------- /report/Built-in_Style_English_of_Word.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gasongjian/reportgen_matlab/HEAD/report/Built-in_Style_English_of_Word.pdf -------------------------------------------------------------------------------- /report/Gradegen.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gasongjian/reportgen_matlab/HEAD/report/Gradegen.m -------------------------------------------------------------------------------- /report/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gasongjian/reportgen_matlab/HEAD/report/README.md -------------------------------------------------------------------------------- /report/SchoolReport.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gasongjian/reportgen_matlab/HEAD/report/SchoolReport.m -------------------------------------------------------------------------------- /report/demo1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gasongjian/reportgen_matlab/HEAD/report/demo1.m -------------------------------------------------------------------------------- /report/demo2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gasongjian/reportgen_matlab/HEAD/report/demo2.m -------------------------------------------------------------------------------- /report/demo3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gasongjian/reportgen_matlab/HEAD/report/demo3.m -------------------------------------------------------------------------------- /report/jiangzhuang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gasongjian/reportgen_matlab/HEAD/report/jiangzhuang.png -------------------------------------------------------------------------------- /report/myPlot_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gasongjian/reportgen_matlab/HEAD/report/myPlot_img.png -------------------------------------------------------------------------------- /report/mytemplate.dotx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gasongjian/reportgen_matlab/HEAD/report/mytemplate.dotx -------------------------------------------------------------------------------- /report/rptgen.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gasongjian/reportgen_matlab/HEAD/report/rptgen.pdf -------------------------------------------------------------------------------- /report/schoolreport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gasongjian/reportgen_matlab/HEAD/report/schoolreport.png -------------------------------------------------------------------------------- /report/成绩.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gasongjian/reportgen_matlab/HEAD/report/成绩.xlsx -------------------------------------------------------------------------------- /report/成绩单.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gasongjian/reportgen_matlab/HEAD/report/成绩单.docx -------------------------------------------------------------------------------- /report/批量生成奖状.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gasongjian/reportgen_matlab/HEAD/report/批量生成奖状.docx --------------------------------------------------------------------------------