码迷,mamicode.com
首页 > 其他好文 > 详细

matlab global persistent变量

时间:2014-05-12 16:00:26      阅读:368      评论:0      收藏:0      [点我收藏+]

标签:c   文件   a   使用      mat   

global变量是全局的,在使用global变量的函数里需要用global声明所使用的变量。

persistent类似global,不过仅对当前函数有作用,这样避免了外面的影响。当这个函数被clear出内存时,persistent变量也被clear。为了防止这个现象,需要使用mlock把函数或mex文件保存不被clear清除。

matlab global persistent变量,布布扣,bubuko.com

matlab global persistent变量

标签:c   文件   a   使用      mat   

原文地址:http://www.cnblogs.com/huashiyiqike/p/3704073.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!