plotting problem
1 次查看(过去 30 天)
显示 更早的评论
I have some problem with plotting, the listing is like this:
for d=1:1:100;
p=10^(-10);
a(d)=100*(10^6)*d/(2*(10^8)*12208);
u_gb(d)=(1-p)/(1+2*a(d)*p);
x(d)=d;
end
plot(x,u_gb);
those u_gb has very small data, its between 0.999999999899181 to 0.999999999899992. if I plot it, we will see straight horizontal line in the graph. Because of that, we can't see that u_gb 's value has changed
How to make this line more tilted or oblique, so that we can see that the data of u_gb is changed
0 个评论
采纳的回答
更多回答(2 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Line Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!