[bug #68121] convert isequal to built-in function for performance
"Dmitri A. Sergatskov" <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.bugs |
|---|---|
| Message-ID | <[email protected]> |
Please use the bug tracker to post updates to a bug report. The mailing list is intended as a read-only notification stream. Info posted to this mailing list address won't appear in the tracker database where it is most useful.
Follow-up Comment #16, bug #68121 (group octave):
Also, string handling is broken:
octave:14> s1 = ['a', 'b'; 'c', 'd']
s1 =
ab
cd
octave:15> s2 = ['a', 'b'; 'e', 'f']
s2 =
ab
ef
octave:16> isequal(s1,s2)
warning: multi-row character matrix converted to a string, only the first row
is used
warning: multi-row character matrix converted to a string, only the first row
is used
ans = 1
Dmitri.
--
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?68121>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
(application/pgp-signature, 228 B)
-----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQQk97aszIMMAvLLwm6qLAuaBUf3TgUCacwT7wAKCRCqLAuaBUf3 ThRqAP0SurbsyZRWdFNoKT3kMvpfzmBUyso2qtWoKtpg8/LYrQD5AevKsqvaeRmb zAlJBxAxd5LMS9NLqXe8QHcBIGBd0Qk= =AS+j -----END PGP SIGNATURE-----