没有合适的资源?快使用搜索试试~ 我知道了~
intersection:python中曲线的交点
共12个文件
py:5个
ds_store:2个
yml:1个
需积分: 50 42 下载量 166 浏览量
2021-05-29
05:49:21
上传
评论 2
收藏 34KB ZIP 举报
温馨提示
Pure numpy中两条曲线的交点 从灵感matlab实现,写的如何检测两条曲线相交这个Python实现。 示例用法 from intersect import intersection a , b = 1 , 2 phi = np . linspace ( 3 , 10 , 100 ) x1 = a * phi - b * np . sin ( phi ) y1 = a - b * np . cos ( phi ) x2 = phi y2 = np . sin ( phi ) + 2 x , y = intersection ( x1 , y1 , x2 , y2 ) plt . plot ( x1 , y1 , c = "r" ) plt . plot ( x2 , y2 , c = "g" ) plt . plot ( x , y , "*k" ) plt . show () 安
资源推荐
资源详情
资源评论
收起资源包目录
intersection-master.zip (12个子文件)
intersection-master
setup.py 1KB
images
.DS_Store 6KB
curve_intersection_python.png 29KB
intersect
__init__.py 35B
intersect.py 3KB
.DS_Store 6KB
LICENSE 1KB
setup.cfg 39B
.github
workflows
python-publish.yml 864B
tests
__init__.py 0B
test_intersection.py 879B
readme.md 788B
共 12 条
- 1
资源评论
八年一轮回
- 粉丝: 49
- 资源: 4726
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功