matlab的persistent,MATLAB局部静态变量类型persistent

Define persistent variable/定义局部静态变量(看意思翻译的,原意应该是持续的、不断的)

Syntax 语法

persistent X Y Z

Description描述

defines X, Y, and Z as variables that are

local to the function in which they are declared; yet their values

are retained in memory between calls to the function. Persistent

variables are similar to global variables because the MATLAB

software creates permanent storage for both. They differ from

global variables in that persistent variables are known only to the

function in which they are declared. This prevents persistent

variables from being changed by other functions or from the MATLAB

command line.

Persistent variables are cleared when the M-file is cleared from

memory or when the M-file is changed. To keep an M-file in memory

until MATLAB quits, use mlock.

If the persistent variable does not exist the first time you issue

the persistent statement, it

is initialized to the empty matrix.

It is an error to declare a variable persistent if a variable with

the same name exists in the current workspace. MATLAB also errors

if you declare any of a function's input or output arguments as

persistent within that same function. For example, the following

persistent

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值