Finding allowed inputs to a function
Mostrar comentarios más antiguos
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 comentarios
KSSV
el 28 de Abr. de 2022
An example will help us to help you.
Dyuman Joshi
el 28 de Abr. de 2022
Do you mean syntax and allowed input data type?
James McBrearty
el 28 de Abr. de 2022
Respuestas (1)
Jan
el 28 de Abr. de 2022
0 votos
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.
1 comentario
James McBrearty
el 28 de Abr. de 2022
Categorías
Más información sobre Spline Postprocessing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!