摘要: test_engine.py # Copyright (c) 2017-present, Facebook, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this 阅读全文
posted @ 2020-09-19 21:49 西北逍遥 阅读(183) 评论(0) 推荐(0) 编辑
摘要: k1=1./(sqrt(2*pi)); >> x1=-10:0.2:10; >> k2=-1*(x1.^2)*0.5; >> y1=k1*exp(k2); >> plot(x1,y1) 阅读全文
posted @ 2020-09-19 21:21 西北逍遥 阅读(3857) 评论(0) 推荐(0) 编辑
摘要: matlab均匀分布图绘制 >> x4 = rand([100,1]); >> xi4 = linspace(-10,20,201); >> F = ksdensity(x4,xi4,'function','cdf'); >> plot(xi4,F); a5=1; b5=10; x5=0:0.5:1 阅读全文
posted @ 2020-09-19 20:04 西北逍遥 阅读(2137) 评论(0) 推荐(0) 编辑
摘要: matlab泊松分布 >> x=0:1:20; >> px=poisspdf(x,5); >> plot(x,px) >> x2=0:0.2:20; >> px2=poisspdf(x2,10);; >> plot(x2,px2) >> 阅读全文
posted @ 2020-09-19 19:11 西北逍遥 阅读(1771) 评论(0) 推荐(0) 编辑
摘要: 过年前运行过的程序,这半年没回实验室,今天回到实验室,发现还能运行,记录一下本次运行日志,以备以后参考。 (wind1) star@xmatrix:~/Mask_RCNN_realsense_2$ (wind1) star@xmatrix:~/Mask_RCNN_realsense_2$ (wind 阅读全文
posted @ 2020-09-19 17:09 西北逍遥 阅读(391) 评论(0) 推荐(0) 编辑