Persistent Example - Loading Data Only When Needed

Working with persistent variables.

이 제출물을 팔로우합니다

This example demonstrates how to use persistent variables when loading data in a function. Doing things this way guarantees that the "data" value in "persistentFunction" is only loaded or changed when necessary.
This is very useful in cases such as:
- "data" is large and loaded from a network location. Network locations are not as fast as locally saved data.
- The data is large and doesn't change much from call to call of "persistentFunction"

인용 양식

Jason Nicholson (2026). Persistent Example - Loading Data Only When Needed (https://kr.mathworks.com/matlabcentral/fileexchange/67076-persistent-example-loading-data-only-when-needed), MATLAB Central File Exchange. 검색 날짜: .

카테고리

Help CenterMATLAB Answers에서 Deployable Archive Creation에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.1.0.0

Better documentation.
Embedding of persistentFunction html still didn't work. Maybe it will work this time.
I had to hack the HTML because Mathworks doesn't render embeded iframe tags correctly. The persistentFunction HTML was put inline in the persistentExample

1.0.0.0