이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
편집자 메모: This file was selected as MATLAB Central Pick of the Week
The input to this function is a matlab/simulink function name, such as 'rand' as a string. The function checks the version in which the input function was introduced. This function also accepts a group as input functions to check. See the following examples:
Example 1:
>> when('rand')
## rand is a built-in function (Introduced before R2006a)
Example 2:
func_name = {'rand','plot','grid','findstr','weboptions'};
when(func_name)
## rand is a built-in function (Introduced before R2006a)
## plot is a built-in function (Introduced before R2006a)
## grid is a Matlab function or an ordinary m-file (Introduced before R2006a)
## findstr is a built-in function (Introduced before R2006a)
## weboptions is a Matlab function or an ordinary m-file (Introduced in R2014b)
인용 양식
Reza Ahmadzadeh (2026). when - when a function was introduced by MATLAB (https://kr.mathworks.com/matlabcentral/fileexchange/54483-when-when-a-function-was-introduced-by-matlab), MATLAB Central File Exchange. 검색 날짜: .
도움
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.5.0.0 | Image updated |
||
| 1.4.0.0 | - upgraded towards working with https
|
||
| 1.3.0.0 | Another bug fixed! |
||
| 1.2.0.0 | passing no variable to the main function. |
||
| 1.1.0.0 | Add a screenshot.
|
||
| 1.0.0.0 |
