multiple arguments in function
Mostra commenti meno recenti
i want to define a function, where output arguments are around 2000, how can i do that.
function [u1, u2.....u2000]=train()
Risposta accettata
Più risposte (1)
Image Analyst
il 14 Ott 2013
1 voto
Make the u's an array or structure and return that.
Categorie
Scopri di più su Creating and Concatenating Matrices in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!