GithubHelp home page GithubHelp logo

jumpingyu / the-way-matlab-learning Goto Github PK

View Code? Open in Web Editor NEW

This project forked from herechen/the-way-matlab-learning

0.0 1.0 0.0 3.57 MB

总结 MATALB 使用过程中学到的东西,点滴积累。既有功能描述,也有编程技能的描述。

TeX 90.25% Makefile 1.18% M 1.35% MATLAB 6.97% Objective-C 0.25%

the-way-matlab-learning's Introduction

MATLAB 学习笔记

下载最新的 PDF MATLABTips.pdf,在这里查看和下载历史 PDF 文件 releases

此项目旨在将我之 MATLAB 所学总结一遍,并在总结中 “温故而知新”。 这里存档的是文档源码,用 LaTeX 排版,使用 TexLive 包,以 XeLaTex 方式编译。

主要内容包括: MATLAB 功能介绍,函数介绍,以及编程技巧。

编译

自行编译,获取最新的内容。

方式1 比较通用和简单的编译方式。

xelatex MATLABTips.tex
xelatex MATLABTips.tex

方式2 用 latexmk。

# requirements: latexmk, xelatex
# sudo apt install latexmk

# compile/编译
make

# clean/清除临时文件
make clean

# automatic compile without preview/文件变更时编译
make watch

文件说明

├── 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            # 额外兴趣

the-way-matlab-learning's People

Contributors

herechen avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.