octave-maintainers
[Top][All Lists]
Advanced

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

Matlab help with import


From: Rik
Subject: Matlab help with import
Date: Wed, 9 Aug 2017 14:33:46 -0700

I'm trying to decipher how import is treated in Matlab so support can
eventually be added to Octave.  Could someone test the following code in
Matlab?

--Code 1--
iskeyword ('import')
--End Code 1--

I think it will return false (0).

--Code 2--
which import
import = 5
which import
--End Code 2--

This second test checks whether import is just a function in the namespace
that can be overwritten by a variable.

Thanks,
Rik



reply via email to

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