On Mar 1, 2011, at 12:20 PM, babelproofreader wrote: > > I have written a .oct function that has 20+ outputs and I would like > to know > if there is a way I can spread it over several lines in a script for > readability purposes, something like > > [a,b,c,d,e,... > f,g,h,i] = function(1,2,3,4,5); > -- > View this message in context: > http://old.nabble.com/.Oct-function-inputs-outputs-on-several-lines-in-script-tp31039858p31039858.html > Sent from the octave-dev mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Free Software Download: Index, Search & Analyze Logs and other IT > data in > Real-Time with Splunk. Collect, index and harness all the fast > moving IT data > generated by your applications, servers and devices whether > physical, virtual > or in the cloud. Deliver compliance at lower cost and gain new > business > insights. http://p.sf.net/sfu/splunk-dev2dev > _______________________________________________ > Octave-dev mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/octave-dev
I think you should consider to return a structure <out> with members <out.a>, <out.b>,... . /Fotios ------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
