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

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

[Octave-bug-tracker] [bug #34210] profile.m test abort


From: Tatsuro MATSUOKA
Subject: [Octave-bug-tracker] [bug #34210] profile.m test abort
Date: Tue, 06 Sep 2011 04:30:11 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1

Follow-up Comment #3, bug #34210 (project octave):

The last post


octave.exe:2>  A = rand (100);
octave.exe:3>  B = expm (A);


should be


octave.exe:1>  profile ('on');
warning: Invalid parameter passed to C runtime function.

octave.exe:2>  A = rand (100);
octave.exe:3>  B = expm (A);



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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