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

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

[Octave-bug-tracker] [bug #61881] Record function does not plot over 2 s


From: anonymous
Subject: [Octave-bug-tracker] [bug #61881] Record function does not plot over 2 seconds
Date: Thu, 20 Jan 2022 05:55:03 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko/20100101 Firefox/96.0

URL:
  <https://savannah.gnu.org/bugs/?61881>

                 Summary: Record function does not plot over 2 seconds
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Thu 20 Jan 2022 10:55:00 AM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error or Warning
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: t0kape02@students.oamk.fi
             Open/Closed: Open
                 Release: 6.4.0
         Discussion Lock: Any
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

aani = record(4);

fs = 8000;
ts = 1/fs;
aika = 0:ts:7999*ts;
figure(1);
plot(aika,aani);


This code does not work if record is over 1 second.






    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?61881>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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