octave-maintainers
[Top][All Lists]
Advanced

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

Re: Matlab compatibility testing


From: Michael D. Godfrey
Subject: Re: Matlab compatibility testing
Date: Wed, 21 Aug 2013 23:57:39 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130805 Thunderbird/17.0.8

On 08/21/2013 11:48 PM, Rik wrote:
close all
ishold ()
yes
close all
pbaspect ()
yes
close all
daspect ()
yes
======================
Detail:
>> close all
>> ishold ()

ans =

     0

>> close all
>> pbaspect ()

ans =

     1     1     1

>> close all
>> daspect ()

ans =

     1     1     1

>> close all
>> ishold ()

ans =

     0

>> version

ans =

7.9.0.529 (R2009b)

>>



reply via email to

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