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

Unrecognized function or variable 'Rbeast'. (Matlab version) #39

Open
NeuroLabQc opened this issue Nov 11, 2024 · 2 comments
Open

Unrecognized function or variable 'Rbeast'. (Matlab version) #39

NeuroLabQc opened this issue Nov 11, 2024 · 2 comments

Comments

@NeuroLabQc
Copy link

I easily installed BEAST on MATLAB Version: 23.2.0.2485118 (R2023b) Update 6
Operating System: macOS Version: 14.1 Build: 23B2073 using:

beastPath = '/Users/NeuroLab/Dropbox/SharedGilles/Gil_Matlab/beast';
eval( webread('http://b.link/rbeast') )

[OMITTED LINES]
*** Rbeast was installed at /Users/NeuroLab/Dropbox/SharedGilles/Gil_Matlab/beast
*** '/Users/NeuroLab/Dropbox/SharedGilles/Gil_Matlab/beast' and '/Users/NeuroLab/Dropbox/SharedGilles/Gil_Matlab/beast/testdata' are added to the search path.

*** Major functions available:
beast: handle a single regular time series
beast_irreg: handle a single irregular time series
beast123: handle one or more time seires or stacked images
rbeast_uninstall: remove the installed files from the harddisk
rbeast_update: check github and update to the latest BEAST version, if any

I tried the following code:
load('Nile.mat') % Nile river annual streamflow: trend-only data
o=beast(Nile, 'start', 1871, 'season','none')
printbeast(o)
plotbeast(o)

And got the error message:

Unrecognized function or variable 'Rbeast'.

Error in beast (line 530)
out=Rbeast( strcat('beast_',methods), y, metadata, prior, mcmc, extra);

Suggestions?

Thank you

Gilles

@robgkmunn
Copy link

I have this issue too, I think this is down to using an M-series apple processor (ARM architecture), but the mex file being downloaded/compiled is x86. Not sure if there is an easy way to fix this or not...

@NeuroLabQc
Copy link
Author

Thank you Rob. I guess that I could use an older Mac while waiting for the package to be updated/recompiled. I am looking forward to have the opinion of Prof. Zhao.
Gilles

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

2 participants