octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #44552] inputdlg crashes GUI with certain prom


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #44552] inputdlg crashes GUI with certain prompts
Date: Tue, 17 Mar 2015 08:18:21 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0

Follow-up Comment #7, bug #44552 (project octave):

I checked in ML 2013a, the output is a column cell vector whatever the input
shape:


>> aa = {'a','b';'c' 'd'}
aa = 

    'a'    'b'
    'c'    'd'

>> size (inputdlg (aa))
ans =

     4     1

>> size (inputdlg (aa(:).'))
ans =

     4     1

>> size (inputdlg (aa(:)))
ans =

     4     1


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44552>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]