|
| From: | anonymous |
| Subject: | [Octave-bug-tracker] [bug #52489] Incorrect Result when adding 2 matrices with different dimensions |
| Date: | Thu, 23 Nov 2017 12:45:11 -0500 (EST) |
| User-agent: | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36 |
URL:
<http://savannah.gnu.org/bugs/?52489>
Summary: Incorrect Result when adding 2 matrices with
different dimensions
Project: GNU Octave
Submitted by: None
Submitted on: Thu 23 Nov 2017 05:45:09 PM UTC
Category: Octave Function
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Incorrect Result
Status: None
Assigned to: None
Originator Name: THH
Originator Email: address@hidden
Open/Closed: Open
Discussion Lock: Any
Release: 4.2.1
Operating System: Microsoft Windows
_______________________________________________________
Details:
>> a = [1;2;3;4]
a =
1
2
3
4
>> b = [1,2,3,4]
b =
1 2 3 4
>> c = a + b
c =
2 3 4 5
3 4 5 6
4 5 6 7
5 6 7 8
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?52489>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |