multiple arguments in function
Mostrar comentarios más antiguos
i want to define a function, where output arguments are around 2000, how can i do that.
function [u1, u2.....u2000]=train()
Respuesta aceptada
Más respuestas (1)
Image Analyst
el 14 de Oct. de 2013
1 voto
Make the u's an array or structure and return that.
Categorías
Más información sobre Creating and Concatenating Matrices 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!