|
| From: | Kai Torben Ohlhus |
| Subject: | [Octave-bug-tracker] [bug #52009] allow creation of 1-by-1 array with a single function handle |
| Date: | Thu, 14 Sep 2017 05:08:22 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.79 Safari/537.36 |
Update of bug #52009 (project octave):
Assigned to: None => siko1056
_______________________________________________________
Follow-up Comment #4:
@Rik: this should be a special case:
Again Matlab 2017a:
mysin = address@hidden
mysin =
function_handle with value:
@sin
and
I try to give the overload approach a try.
x = @sin;
reshape (x, [1, 1])
Undefined function 'reshape' for input arguments of type 'function_handle'.
Error in bla (line 4)
reshape (x, [1, 1])
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?52009>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |