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 で Lengths and Angles についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!