Files
notes_estom/Matlab/教程/MATLAB9.md
yinkanglong_lab 30f583d779 项目经历整理
2021-04-06 23:30:37 +08:00

29 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# MATLAB Notebook使用简介
> 沟通MATLAB和word等微软软件功能
## > Notebook的安装和启动
***
* **执行安装命令**
notebook -setup
* **执行启动命令**
1. 原理Word调用MATLAB服务器进行操作。
2. MATLAB和excel服务器之间也可以相互调用
3. 从Word中启动notebook或者从MATLAB中启动MATLAB。
## > M-book中命令的运行
***
* **代码的运行**
1. 定义输入单元格式发生变化define input cell
2. 执行输入单元evalute执行已经输入的单元
3. 作用就像是直接在word中进行m脚本文件的一些相关操作当在论文中插入数据处理时用这种方法。
4. 使用[plot(a,b)]函数能够直接将图片绘制在word文档中
5. 定义自动初始化单元。define autoInit cell
* **单元组**
1. 将a和b定义为分别独立的输入单元而且其单步执行就像给word添加了一种图形绘制和数值计算的能力插件
2. 定义为输入单元组能够识别超过一行的命令。group cell。
3. 输出格式的控制。notebook options