deal warning: resizing object with index = 2 out of bounds

View: New views
1 Messages — Rating Filter:   Alert me  

deal warning: resizing object with index = 2 out of bounds

by G.. :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I get

----------
octave:> warning("on", "Octave:resize-on-range-error")                                                      
octave:> [a,b] = deal(1);
warning: resizing object with index = 2 out of bounds
octave:>
----------

Is this intentional?

G