octave-maintainers
[Top][All Lists]
Advanced

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

Testing Matlab compatibility of exist()


From: Rik
Subject: Testing Matlab compatibility of exist()
Date: Wed, 25 Jun 2014 10:33:24 -0700

6/25/14

Could someone run the following code bits under Matlab?

s.a = 1;
tmp = exist ('s')
tmp = exist ('s.a')

And a second test.  Create a blank file 'sin' in the current working
directory (which I assume is on the Matlab path()).

tmp = exist ('sin')

Thanks,
Rik



reply via email to

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