Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Octave compatibility? #5

Open
jpdeleon opened this issue Jun 11, 2018 · 2 comments
Open

Octave compatibility? #5

jpdeleon opened this issue Jun 11, 2018 · 2 comments

Comments

@jpdeleon
Copy link

Can this theoretically work in Octave? This might be good to boost the utility
of your program in the open software universe.

I tried to run this in Octave by following the manual, but I encountered errors.

handles_ncorr = ncorr;
parse error near line 3356 of file /home/jerome/github/ncorr_2D_matlab/ncorr.m

syntax error

function [handle_name,outstate] = gui_sethandle(pos_parent)

@justinblaber
Copy link
Owner

I haven't tested this in octave. However, some googling shows that any incompatibility between octave and matlab is a bug? So if it doesn't work with octave that must be an issue with octave itself.

Whats strange about that syntax error is it looks like completely standard and normal matlab code.. So I don't really know what the issue is there.

@CsatiZoltan
Copy link

There are differences between MATLAB and Octave. Similarly to C and C++, neither is a subset of the other. In my experience, porting complex MATLAB codes (especially including MEX functions and GUIs) to Octave is very painful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants