MartinKoch123 / yaml

MATLAB YAML parser and emitter based on SnakeYAML
MIT License
22 stars 7 forks source link

Cannot find 'Yaml' function #6

Closed jambo6 closed 2 years ago

jambo6 commented 2 years ago

I'm getting this error

Unrecognized function or variable 'Yaml'.

44      MException("yaml:load:Failed", "Failed to load YAML string.").addCause(cause).throw

any ideas where this function is supposed to be located?

jambo6 commented 2 years ago

Sorry, not an issue with this, following here helped https://uk.mathworks.com/matlabcentral/answers/96005-why-do-i-get-the-error-undefined-function-or-variable

MartinKoch123 commented 2 years ago

Hi @jambo6, I only found the time to answer today but I'm glad it works now for you. Would you mind giving a bit more details about the solution? I was trying to reproduce your error, but didn't know how. Maybe I could add something to the documentation the prevent others from having the same trouble.