Hello guys can u help me to add vertical line on my probability density function, this is my code x=[-5:0.1:5]; a=normpdf(x,1,1); z=normpdf(x,3,2); plot(x,a,'b',x,z,'r') legend('normal signal','abnormal signal') ylabel('probability density function')
1 回表示 (過去 30 日間)
古いコメントを表示
1 件のコメント
Lucademicus
2019 年 10 月 21 日
Could you remove your code from the title and place it in the your message?
回答 (2 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!