Wait until function, class, directory, file or variable exists

Wait until function, class, directory, file or variable exists (up to chosen time limit).

이 제출물을 팔로우합니다

USAGE
waited = wait_for_existence(name,type,pause_time,max_time)

INPUT
- NAME: name of the function, class, directory, file or variable (must be a string)
- TYPE: 'builtin', 'class', 'dir', 'file' or 'var'
- PAUSE_TIME: amount of time to wait in the pauses (in secs)
- MAX_TIME: maximum amount of time to wait (in secs)

OUTPUT
- WAITED: 0 (if NAME exists) or 1 (if NAME does not exist and MAX_TIME has been elapsed)

인용 양식

Guilherme Coco Beltramini (2026). Wait until function, class, directory, file or variable exists (https://kr.mathworks.com/matlabcentral/fileexchange/41924-wait-until-function-class-directory-file-or-variable-exists), MATLAB Central File Exchange. 검색 날짜: .

카테고리

Help CenterMATLAB Answers에서 File Operations에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

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

Added screenshot

1.0.0.0