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.
类别
在 帮助中心 和 File Exchange 中查找有关 Logical 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!