multiple arguments in function
Ältere Kommentare anzeigen
i want to define a function, where output arguments are around 2000, how can i do that.
function [u1, u2.....u2000]=train()
Akzeptierte Antwort
Weitere Antworten (1)
Image Analyst
am 14 Okt. 2013
1 Stimme
Make the u's an array or structure and return that.
Kategorien
Mehr zu Creating and Concatenating Matrices finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!