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

请问怎样才能不显示灰色虚线,画出完整的曲线?
谢谢~~
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre 数学 en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!