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

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

[Octave-patch-tracker] [patch #9544] matlab compatible data files


From: anonymous
Subject: [Octave-patch-tracker] [patch #9544] matlab compatible data files
Date: Sat, 6 Mar 2021 11:38:59 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0

Follow-up Comment #7, patch #9544 (project octave):

Created sunspot.dat file based on the noaa site


load sunspot.dat
year = sunspot (:, 1);
avSpots = sunspot (:, 2);


Works as expected, however
findpeaks (avSpots, year)

Fails with this error:

error: findpeaks: non-string for Parameter name or Switch
error: called from
    error at line 573 column 7
    parse at line 474 column 11
    findpeaks at line 143 column 5


A plot was expected.
Was the file created wrong?


(file #51014)
    _______________________________________________________

Additional Item Attachment:

File name: sunspot.dat                    Size:3 KB
    <https://file.savannah.gnu.org/file/sunspot.dat?file_id=51014>



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/patch/?9544>

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




reply via email to

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