marianux / ecg-kit

A Matlab toolbox for cardiovascular signal processing
GNU General Public License v2.0
258 stars 85 forks source link

examples() show error in Octave #11

Open hesyifei opened 7 years ago

hesyifei commented 7 years ago

It returns the following. Is there any way I can fix this? Thanks!

My Octave version GNU Octave, version 4.2.0

>> examples()
parse error near line 47 of file /Users/eflyjason/Documents/Program/Octave/ecg-kit/common/ECGtask.m

  external methods are only allowed in @-folders

>>>         Start(obj, ECG_header, ECG_annotations)
                                                  ^

error: called from
    examples at line 121 column 19
marianux commented 7 years ago

Hi, the kit is not (yet) octave compatible. Maybe in a couple of months when the object oriented programming model will be implemented in octave.

Best, M

El 17/12/2016 23:07, "Yifei He" notifications@github.com escribió:

It returns the following. Is there any way I can fix this? Thanks!

My Octave version GNU Octave, version 4.2.0

examples() parse error near line 47 of file /Users/eflyjason/Documents/Program/Octave/ecg-kit/common/ECGtask.m

syntax error

    @Start(obj, ECG_header, ECG_annotations)

^

error: called from examples at line 121 column 19

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/marianux/ecg-kit/issues/11, or mute the thread https://github.com/notifications/unsubscribe-auth/AEMWNPMeCRxlmXq8pyexWB6PsgPM8Qyjks5rJJVzgaJpZM4LQB5J .

RosanaMoraes commented 4 years ago

Hola Mariano!

I wanted to check with you if the ecg-kit can now run in Octave. I am new to both and had Octave installed recently and tried your package today, but the examples give an error: Method Process not implemented in UserObjHdl. I would be very grateful for any assistance you could provide. Rosana

marianux commented 4 years ago

Hola Rosana, unfortunately the kit remains only compatible with Matlab, since at the time it was developed, the object oriented programing capabilities of Octave were insufficient. Today, the matlab development of this project is just for bug-fixing, I am more interested in translating ecg-kit to Python now. Best regards! M.

RosanaMoraes commented 4 years ago

Muchas gracias!

I work in a university in Brazil and that is why I wanted some opensource app to run ecg-kit. How advanced is it for Phyton?

I am more a R user but could learn phyton for that. My goal is not only to be able to use the kit but also make sure that my students would be able to use it too, independent of a commercial license for Matlab, for example.

I am not a programmer but let me know if I can be of any help in the process. Thanks, Rosana

From: Mariano Llamedo notifications@github.com Sent: Saturday, August 1, 2020 5:01 PM To: marianux/ecg-kit ecg-kit@noreply.github.com Cc: Moraes, Rosana MoraesR@si.edu; Comment comment@noreply.github.com Subject: Re: [marianux/ecg-kit] examples() show error in Octave (#11)

External Email - Exercise Caution

Hola Rosana, unfortunately the kit remains only compatible with Matlab, since at the time it was developed, the object oriented programing capabilities of Octave were insufficient. Today, the matlab development of this project is just for bug-fixing, I am more interested in translating ecg-kit to Python now. Best regards! M.

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fmarianux%2Fecg-kit%2Fissues%2F11%23issuecomment-667586458&data=02%7C01%7CMoraesR%40si.edu%7C134305a4257b4ddbf33808d8365df162%7C989b5e2a14e44efe93b78cdd5fc5d11c%7C0%7C1%7C637319124406129701&sdata=DjMa1a81aLDOhFgy9x36raa%2FegY4IKJzTgJUpWVUMKs%3D&reserved=0, or unsubscribehttps://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAK6SX4TTWACQJQM75YH22RDR6R67LANCNFSM4C2ADZEQ&data=02%7C01%7CMoraesR%40si.edu%7C134305a4257b4ddbf33808d8365df162%7C989b5e2a14e44efe93b78cdd5fc5d11c%7C0%7C1%7C637319124406139696&sdata=FmtwTB%2BdAYfrV7B6czCMJV9CtACFqhXTVXTTaCoJH74%3D&reserved=0.

marianux commented 4 years ago

Ok Rosana I will contact you at your email.

Best, M.

gustavopenido commented 4 years ago

Hi Mariano,

I would like to run ecg-kit in Python too! Have you have implement a new tools for this app?

Best regards, Gustavo

Em sáb., 1 de ago. de 2020 às 18:17, Mariano Llamedo < notifications@github.com> escreveu:

Ok Rosana I will contact you at your email.

Best, M.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/marianux/ecg-kit/issues/11#issuecomment-667588196, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFNSUUBN6TLIKNGTHDZZHL3R6SA7DANCNFSM4C2ADZEQ .

marianux commented 4 years ago

Hi Gustavo, thanks for your interest. I started moving small parts of the project to Python but I am very far from having something shareable. I am always looking for volunteers for this task, because it is a huge amount of time and energy that I do not have in the present. THanks again for your interest.