画图时显示灰色虚线是什么意思?。
이전 댓글 표시
画曲线时出现灰色虚线是什么意思?例子如下
syms x
y=(besseli(0,x)-1)/besseli(1,x);
figure
fplot(y,[1,10000])
运行结果如下, 指定横坐标绘制范围【1,10000】,图线未至1000就不画了,而且还在右侧出现灰色竖直虚线。如果选中灰色虚线,会连带着曲线一同选中。

请问怎样才能不显示灰色虚线,画出完整的曲线?
谢谢~~
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 数学에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!