MATLAB如何删除某一段特定函数图像呢。
Afficher commentaires plus anciens
代码如下,我该如何删去黄色标记的这一部分呢?
x=0.005:0.00001:1;
g=(1+((4+800*0.5*x)./x+1).^(0.5))./(4+800*0.5.*x);%
k=min(min(g,1)./(2*x),1);
x2=(-0.06+(0.06*0.06+4*0.01*36).^(0.5))/72;%
y2=1*(x>0&x<x2)+k.*(x>x2&x<1);
plot(x,y2,'-.','linewidth',1);
line([x2,x2],[0,1],'linestyle','-.','color','r');
axis([0 0.3,0 1.5]);

Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Logical dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!