You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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
The text was updated successfully, but these errors were encountered:
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...
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
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
The text was updated successfully, but these errors were encountered: