Undefined function 'xline' for input arguments of type 'double'.
이전 댓글 표시
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
Setsuna Yuuki.
2020년 12월 1일
Are you sure your arguments are valid?
%for example:
xline(1);
채택된 답변
추가 답변 (1개)
Ameer Hamza
2020년 12월 1일
1 개 추천
xline() was introduced in R2018b. If you are using an older release, you will get this error.
댓글 수: 3
Jonah Bricknell
2020년 12월 1일
Jon
2020년 12월 1일
please see my answer below
Jonah Bricknell
2020년 12월 1일
카테고리
도움말 센터 및 File Exchange에서 Logical에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!