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

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

[Octave-bug-tracker] [bug #49696] Dimensions of the eval function string


From: Guillaume
Subject: [Octave-bug-tracker] [bug #49696] Dimensions of the eval function string input
Date: Fri, 25 Nov 2016 17:03:31 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0

Follow-up Comment #4, bug #49696 (project octave):

Both Octave and Matlab return false for strcmp('abc',strvcat('a','b','c')) so
I would assume the issue is not that widespread.

Not sure which other functions to test for. Out of curiosity, I tried this in
Matlab


>> f=figure(['color']',[1 1 1])
f = 
  Figure (1) with properties:


Octave chokes on it:


octave> f=figure(['color']',[1 1 1])
error: set: ambiguous figure property name c; possible matches:
children          closerequestfcn   colormap          currentaxes      
currentobject
clipping          color             createfcn         currentcharacter 
currentpoint


I'm not sure this really matters though...

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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