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

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

[Octave-bug-tracker] [bug #56395] implicit conversion from numeric to ch


From: anonymous
Subject: [Octave-bug-tracker] [bug #56395] implicit conversion from numeric to char
Date: Sun, 26 May 2019 13:52:03 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36

URL:
  <https://savannah.gnu.org/bugs/?56395>

                 Summary: implicit conversion from numeric to char
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Sun 26 May 2019 05:52:02 PM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: G Aliev
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 5.1.0
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

>> a=['text',[]]
a = text
no warning 
>> a='text'; b=[a,[]]
warning: implicit conversion from numeric to char

title({'text';[]}) or title({a;[]}) - is OK if it is executed in command line,
however, if it is executed within a function, then the both versions give no
title and the error:
error: invalid conversion from real matrix to real scalar execution
error in graphics callback function   

title({'text';''}) or title({a;''}) - works OK in the same function






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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