Live script: warning could not find appropriate function on path

3 vues (au cours des 30 derniers jours)
bdatko
bdatko le 6 Fév 2018
Commenté : bdatko le 7 Fév 2018
I am editing a live script from my labmate with MATLAB 9.3.0.713579 (R2017b) on an Ubuntu 17.10 machine. I receive the following error once I run the live script.
load('data')
Warning: Could not find appropriate function on path loading function handle C:\Users\Tom\AppData\Romaing\MathWorks\R2017a\Editor\LiveEditorEvaluationHelperE571740976.mlx>@(data,alpha,x_min) ((data./x_min).^(1-alpha))
The remaining live script executes without error, but I am not sure how to resolve this problem.
Thank you
  8 commentaires
Walter Roberson
Walter Roberson le 7 Fév 2018
The editors do not have tools to convert a Comment into an Answer. We remind Mathworks from time to time that we could use something like that...
bdatko
bdatko le 7 Fév 2018
-_- ........ Maybe one day

Connectez-vous pour commenter.

Réponse acceptée

Walter Roberson
Walter Roberson le 7 Fév 2018
Hmmm, for whatever reason, LiveScript created a function named LiveEditorEvaluationHelperE571740976.mlx and put a hard-coded path reference in the file.
The easiest way to get around the error is to locate that LiveEditorEvaluationHelperE571740976.mlx file and create C:\Users\Tom\AppData\Romaing\MathWorks\R2017a\Editor on your machine and store the file there.

Plus de réponses (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by