Select path and filename - getpf.m

It enables to put path and filename into variables

이 제출물을 팔로우합니다

The function is intended for putting names of directory and file into variables which may be used later for reading or writing files. It is beneficial in cases when searching files for processing by browsing a directory tree.

The function starts in a required point of a tree and displays contents of the subdirectory. A user may select an item from the list by one of two ways:
- entering one of displayed names, or
- paste and copy a name to prompt.
Yet another way to reach the required name exists - answer by pushing any key to the prompt until the name you need is displayed. Then, accept it by pushing ENTER. As soon as a file name is accepted the function returns path and name of the selected file.

The function needs another function from FEX, inp.m, #9033

인용 양식

Miroslav Balda (2026). Select path and filename - getpf.m (https://kr.mathworks.com/matlabcentral/fileexchange/13768-select-path-and-filename-getpf-m), MATLAB Central File Exchange. 검색 날짜: .

도움

도움 준 파일: Select path and filename

카테고리

Help CenterMATLAB Answers에서 Search Path에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

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

Code improvement for suppressing occasional instability.