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

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

[Octave-bug-tracker] [bug #59950] exist function


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #59950] exist function
Date: Wed, 3 Feb 2021 06:55:38 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #8, bug #59950 (project octave):

(@JWe: Sorry missed your post as I wasn't in the cc list.)
r2020b, this time on Windows 10:

>> format compact
>> exist (table({'foo','bar'}),'')
ans =
     0
>> exist (table({'foo','bar'}),[])
ans =
     0
>> exist (table({'foo','bar'}),table())
Error using exist
The first input to exist must be a string scalar or character vector. 
>> 


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59950>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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