Undefined function 'xline' for input arguments of type 'double'.
Afficher commentaires plus anciens
Have been working on a project on my laptop and university computer and when I sent over my data the 'xline' function no longer worked on the matlab file and renders the error - "Undefined function 'xline' for input arguments of type 'double'." and is not working for any value of xline(x1) that I enter on the computer.
1 commentaire
Setsuna Yuuki.
le 1 Déc 2020
Are you sure your arguments are valid?
%for example:
xline(1);
Réponse acceptée
Plus de réponses (1)
Ameer Hamza
le 1 Déc 2020
1 vote
xline() was introduced in R2018b. If you are using an older release, you will get this error.
3 commentaires
Jonah Bricknell
le 1 Déc 2020
Jon
le 1 Déc 2020
please see my answer below
Jonah Bricknell
le 1 Déc 2020
Catégories
En savoir plus sur Logical dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!