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: John Donoghue
Subject: [Octave-bug-tracker] [bug #44552] inputdlg crashes GUI with certain prompts
Date: Tue, 17 Mar 2015 15:06:46 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko

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

Yes I think was copy/paste and had done a=a(:)'; before the copy of the
result.


>> aa = { 'a', 'b'; 'c', 'd'; 'e','f' }
aa =
{
  [1,1] = a
  [2,1] = c
  [3,1] = e
  [1,2] = b
  [2,2] = d
  [3,2] = f
}
>> size(aa)
ans =

   3   2

>>



    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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