Function with multiple inputs to function with vector input
Mostrar comentarios más antiguos
f = @(z1, z2, ..., zn) ...
and I would need to unwrap a vector z = [z1, z2, ..., zn] instead:
f = @(z) ...
How can this be done?
2 comentarios
Josef Lát
el 3 de Nov. de 2022
Davide Masiello
el 3 de Nov. de 2022
Please show the function.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre MATLAB 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!