The-Way-MATLAB-Learning

所属分类:matlab编程
开发工具:TeX
文件大小:0KB
下载次数:0
上传日期:2019-08-26 08:28:17
上 传 者sh-1993
说明:  总结 MATALB 使用过程中学到的东西,点滴积累。既有功能描述,也有编程技能的描述。
(Summarize the lessons learned from the use of MATLAB and accumulate them bit by bit. Both functional description and programming skill description.)

文件列表:
.editorconfig (206, 2019-08-26)
MATLABTips.tex (773, 2019-08-26)
Makefile (572, 2019-08-26)
_config.yml (25, 2019-08-26)
docs/ (0, 2019-08-26)
docs/UPDATE.md (3254, 2019-08-26)
docs/reading.md (179, 2019-08-26)
main.sty (4064, 2019-08-26)
mcode.sty (10833, 2019-08-26)
tex/ (0, 2019-08-26)
tex/abstract.tex (417, 2019-08-26)
tex/appendix.tex (712, 2019-08-26)
tex/code/ (0, 2019-08-26)
tex/code/secEfficientCoding/ (0, 2019-08-26)
tex/code/secEfficientCoding/decomposition-linear-equation-system-solve-result.m (67, 2019-08-26)
tex/code/secEfficientCoding/decomposition-linear-equation-system-solve.m (303, 2019-08-26)
tex/code/secEfficientCoding/functions-result.m (67, 2019-08-26)
tex/code/secEfficientCoding/functions.m (137, 2019-08-26)
tex/code/secEfficientCoding/matrix-col-row-result.m (68, 2019-08-26)
tex/code/secEfficientCoding/matrix-col-row.m (234, 2019-08-26)
tex/code/secEfficientCoding/matrix-compute-2-result.m (67, 2019-08-26)
tex/code/secEfficientCoding/matrix-compute-2.m (229, 2019-08-26)
tex/code/secEfficientCoding/matrix-compute-result.m (67, 2019-08-26)
tex/code/secEfficientCoding/matrix-compute.m (256, 2019-08-26)
tex/code/secEfficientCoding/memory-pre-allocation-result.m (67, 2019-08-26)
tex/code/secEfficientCoding/memory-pre-allocation.m (152, 2019-08-26)
tex/code/secEfficientCoding/open-profile.m (159, 2019-08-26)
tex/code/secEfficientCoding/parfor-for-result.m (68, 2019-08-26)
tex/code/secEfficientCoding/parfor-for.m (334, 2019-08-26)
tex/code/secFeaturesSome/ (0, 2019-08-26)
tex/code/secFeaturesSome/code-cell.m (130, 2019-08-26)
tex/code/secFeaturesSome/code-protect.m (16, 2019-08-26)
tex/code/secFeaturesSome/code-publish.m (24, 2019-08-26)
tex/code/secFeaturesSome/my-startup.m (270, 2019-08-26)
tex/code/secFeaturesSome/number-display-setting.m (122, 2019-08-26)
tex/code/secFeaturesSome/print-error.m (30, 2019-08-26)
tex/code/secFeaturesSome/print-string-colored-red.m (34, 2019-08-26)
tex/code/secFeaturesSome/print-warning.m (32, 2019-08-26)
... ...

# MATLAB 学习笔记 下载最新的 PDF [MATLABTips.pdf](https://github.com/HereChen/The-Way-MATLAB-Learning/releases/latest/download/MATLABTips.pdf),在这里查看和下载历史 PDF 文件 [releases](https://github.com/HereChen/The-Way-MATLAB-Learning/releases/)。 此项目旨在将我之 MATLAB 所学总结一遍,并在总结中 “温故而知新”。 这里存档的是文档源码,用 LaTeX 排版,使用 TexLive 包,以 XeLaTex 方式编译。 主要内容包括: MATLAB 功能介绍,函数介绍,以及编程技巧。 - [更新记录](./docs/UPDATE.md) ## 编译 自行编译,获取最新的内容。 **方式1** 比较通用和简单的编译方式。 ```bash xelatex MATLABTips.tex xelatex MATLABTips.tex ``` **方式2** 用 latexmk。 ```bash # requirements: latexmk, xelatex # sudo apt install latexmk # compile/编译 make # clean/清除临时文件 make clean # automatic compile without preview/文件变更时编译 make watch ``` ## 文件说明 ```text ├── MATLABTips.tex # LaTeX 主文件 ├── main.sty # 配置 ├── mcode.sty # MATLAB 代码列出包 ├── docs │ └── UPDATE.md # 更新记录 └── tex # 章节,封面,摘要,目录,附录 ├── code # 代码文件 ├── figure # 图片 ├── abstract.tex # 摘要 ├── appendix.tex # 附录 ├── content.tex # 目录 ├── cover.tex # 封面设置 ├── secEfficientCoding.tex # 高效编程 ├── secFeaturesSome.tex # 一些功能 ├── secFunctionsSome.tex # 一些函数 ├── secJustStart.tex # 学途伊始 ├── secSkillsSome.tex # 一些技巧 └── secSpiceHere.tex # 额外兴趣 ```

近期下载者

相关文件


收藏者