Skip to content

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

@NeuroLabQc

Description

@NeuroLabQc

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions