Thu, 21 May 2009 10:54:21 -0700, Grant Kelly wrote:
> It's an immutable page. Can someone who already has access make the
> edit?
Umm, are you sure? I don't see any ACL's on the page. (Though you need to
register an account on the wiki before editing.)
--
Pauli Virtanen
___
It's an immutable page. Can someone who already has access make the edit?
On Wed, May 20, 2009 at 2:36 PM, Pauli Virtanen wrote:
> Wed, 20 May 2009 12:08:46 -0700, Grant Kelly wrote:
>
>> I believe there is an error on this wiki page:
>>
>> http://www.scipy.org/NumPy_for_Matlab_Users
>>
>>
>> MA
Wed, 20 May 2009 12:08:46 -0700, Grant Kelly wrote:
> I believe there is an error on this wiki page:
>
> http://www.scipy.org/NumPy_for_Matlab_Users
>
>
> MATLAB
> y=x(2,:)
> PYTHON
> y = x[2,:].copy()
>
> shouldn't the Python version be:
> y = x[1,:].copy()
>
> If not, please advise.
I believe there is an error on this wiki page:
http://www.scipy.org/NumPy_for_Matlab_Users
MATLAB
y=x(2,:)
PYTHON
y = x[2,:].copy()
shouldn't the Python version be:
y = x[1,:].copy()
If not, please advise.
Thanks,
Grant
___
Numpy-discussion ma