Replies: 3 comments 2 replies
-
Hi Oren, I just gave this a try - it looks like the compiled Fieldtrip doesn't work with .mlx files though (please see below): |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot for checking it @JD-Zhu At least we tried :-( I think that the next thing to check is if Matlab Live Scripts can be compiled at all? If yes, it might be worth compiling popular neuroimaging pipelines that are provided as Live Scripts (if any exist). |
Beta Was this translation helpful? Give feedback.
-
Thanks for investigating it Judy. I wish I knew. Definitely something to
look into in the future.
If you find online any neuroimaging group that uses Live Scripts, it's
worth asking them (I haven't seen anything so far).
…On Wed, Dec 15, 2021 at 8:46 PM Judy D Zhu ***@***.***> wrote:
I have just tried compiling a live script - it seems to work in the same
way as a normal .m script. However, the compiled live script also runs in
the same way (i.e. no Live Editor), so it doesn't really achieve our
purpose. Not sure if there are more components that can be added to the
Matlab runtime to support Live Editor.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#82 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB7FUI5G4PIDQN5LLPYSNKDURBPW5ANCNFSM5J7THLTA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
-
I've just discovered MATLAB live scripts (similar to Python's Jupiter), and I wonder if we can run them from the compiled versions of EEGLAB, FieldTrip and SPM. I think it will be very useful, as one big limitation of the compiled code is the difficulty to know what line of code generated which output (because compiled code cannot be run line by line).
@neuro-sevas Would you like to try converting one of your EEGLAB MATLAB script into .mlx (the Live Script extension) and try to run it from the EEGLAB container?
Judy, would you like to do the same with FieldTrip and SPM? (If you don't have an SPM script at had, maybe we can ask @DavidjWhite33).
Best,
Oren
Beta Was this translation helpful? Give feedback.
All reactions