[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: I and J variables
From: |
John Eaton |
Subject: |
Re: I and J variables |
Date: |
Wed, 18 Jan 95 14:27:52 CST |
Eyal Doron <address@hidden> wrote:
: I know its a feature, but IMHO its an irritating one. I and J are
: defined as sqrt(-1), like i and j, except that they are read-only
: and can't be changed. This is playing havoc with some of my MATLAB
: functions, which usually use I as an index vector and J as a bessel
: function vector. I know its trivial to fix my files, but its
: bothersome nevertheless. Is there any way to remove this feature?
There is currently no way to avoid this problem.
I will add this to the list of things to look at for 1.2. To make it
work right (including things like ensuring reasonable behavior if
someone makes `I' global and then changes its value) requires too many
changes to consider it for a 1.1.x release.
Thanks,
jwe