How to use the @ function calling when the function is defined as a variable?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Robert Jones
el 30 de Ag. de 2022
Comentada: Robert Jones
el 30 de Ag. de 2022
Hello,
I tried the following
Myfunction='runf'
[x,y,z]=@Myfunction
where runf id the real function
It did not work. Is this possible at all?
Thank you
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Data Import from MATLAB en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!