octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #50977] rank(): Subscript error


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #50977] rank(): Subscript error
Date: Tue, 9 May 2017 02:26:38 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:53.0) Gecko/20100101 Firefox/53.0

Follow-up Comment #7, bug #50977 (project octave):

In the file lab.m you have
rank=rank(Q_C)
this overrides function "rank" with variable "rank".
Change it to something like 
rank0 = rank(Q_C)

(and later the line 
if rank == 

Dmitri.

p.s. I think we can close this bug report.
-- 


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?50977>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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