Effacer les filtres
Effacer les filtres

Why i am getting this error 'Attempt to execute SCRIPT spline as a function'?

2 vues (au cours des 30 derniers jours)
Neha Gawande
Neha Gawande le 9 Juin 2015
Commenté : Steven Lord le 26 Mai 2020
I am using Matlab 2014a latest version. In older versions eg. 2012b the same code is working without error, while in my new version this error appears.
'Attempt to execute SCRIPT spline as a function' In this if i write spline without arguements, still it does not work.
I want to know what is the difference between new and the older versions regarding this. Please help me to correct this error.

Réponses (2)

Walter Roberson
Walter Roberson le 9 Juin 2015
Use
which spline
and show us the result

Anudeep vurity
Anudeep vurity le 1 Août 2018
I am facing the same problem
This is the program
x = 0:10; y = sin(x);
xx = 0:.25:10;
pp = spline(x,y,xx);
plot(x,y,'o',xx,yy)
The error I got was 'Attempt to execute SCRIPT spline as a function'
please help!
thank you
  3 commentaires
Mbekwa Lemuel Nguh
Mbekwa Lemuel Nguh le 26 Mai 2020
I have rename it in Matlab 2019b but still getting the same error.
Steven Lord
Steven Lord le 26 Mai 2020
Run that command from my comment and show us what it displays.

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by