octave-maintainers
[Top][All Lists]
Advanced

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

Re: Help verifying relational operators with empty matrices


From: Julien Bect
Subject: Re: Help verifying relational operators with empty matrices
Date: Thu, 20 Nov 2014 19:30:12 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.2.0

Le 20/11/2014 17:39, Rik a écrit :
Could someone with access to Matlab test the following:

x = [];
y = ones (1,0);
x < y

Matlab R2012a :

>> x = [];
>> y = ones (1,0);
>> x < y
Error using  <
Matrix dimensions must agree.

@++
Julien



reply via email to

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