multiple arguments in function
Afficher commentaires plus anciens
i want to define a function, where output arguments are around 2000, how can i do that.
function [u1, u2.....u2000]=train()
Réponse acceptée
Plus de réponses (1)
Image Analyst
le 14 Oct 2013
1 vote
Make the u's an array or structure and return that.
Catégories
En savoir plus sur Creating and Concatenating Matrices dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!