Finding allowed inputs to a function
이전 댓글 표시
Hi All,
Is there any way of programmatically obtaining the allowed inputs in a given Matlab function, more specifically the Name-Value inputs? I'm trying to make a feature engineering App, that allows a user to carry out feature engineering without any coding.
Thanks, James
댓글 수: 3
KSSV
2022년 4월 28일
An example will help us to help you.
Dyuman Joshi
2022년 4월 28일
Do you mean syntax and allowed input data type?
James McBrearty
2022년 4월 28일
답변 (1개)
Jan
2022년 4월 28일
0 개 추천
Not in general. If a function uses the modern arguments block (since R2019b), this is possible. But many users are running older Matlab versions, where these blocks cause errors. Therefore this block cannot be expected to exist yet.
카테고리
도움말 센터 및 File Exchange에서 Spline Postprocessing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!