-
Notifications
You must be signed in to change notification settings - Fork 49
Description
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