matlab 两个百分号

我在matlab的m文件里输入两个百分号然后回车,出现了一条分割线,请问这个分割线是做什么用的?谢谢... 我在matlab的m文件里输入两个百分号然后回车,出现了一条分割线,请问这个分割线是做什么用的?谢谢 展开
 我来答
themanisjimmy
2015-12-23 · TA获得超过2756个赞
知道小有建树答主
回答量:843
采纳率:89%
帮助的人:225万
展开全部

%%,在matlab代码中的作用是将代码分块,在运行代码的时候可以分块运行,查看每一块代码的运行情况。多用于调试程序。


使用案例:



选中某一块代码


然后点击 run section

就实现了分块的代码运行了


另外在有时候需要逐步向别人展示代码运行的结果,用%%分块以后拆开运行,也是很好的选择。

ruifengcao
2010-12-28 · TA获得超过9489个赞
知道大有可为答主
回答量:3579
采纳率:33%
帮助的人:2029万
展开全部
没什么特殊的用途,就是把文件分成几个部分,这样的话便于查看和调试。这样可以只运行一部分,你可以查看一下下面的这段帮助文件。
#

In the MATLAB Editor, select Cell > Enable Cell Mode. Items in the Cell menu become selectable. The cell toolbar appears, unless you had previously hidden it. With cell mode enabled, hide or show the toolbar by right-clicking in the Editor menu bar or toolbars and selecting Cell Toolbar from the context menu.
#

Define the boundaries of the cells in an M-file script using cell features. Cells are denoted by a specialized comment syntax, %%. For details, see Defining Cells.
#

After you define the cells, use cell features to navigate quickly from cell to cell in your file, evaluate the code in a cell in the base workspace, and view the results. To facilitate experimentation, use cell features to modify values in cells, and then reevaluate them to see how different values impact the result. For details, see Evaluating M-File Cells.
本回答被提问者和网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式