我得到错误
UnsatisfiableError: The following specifications were found to be in conflict:
Run Code Online (Sandbox Code Playgroud)
- opencv -> numpy 1.7* -> python 2.6* -> openssl 1.0.1* - python 3.6* 使用“conda info”查看每个包的依赖关系。
我的康达清单
# packages in environment at /Users/robiulislam/anaconda:
Run Code Online (Sandbox Code Playgroud)
#_license 1.1 py36_1
雪花石膏0.7.9 py36_0
安纳康达4.3.0 np111py36_0
蟒蛇客户端1.6.0 py36_0
安纳康达导航器1.4.3 py36_0
appdirs 1.4.0 appnope 0.1.0 py36_0
appscript 1.0.1 py36_0
星形线1.4.9 py36_0
astropy 1.3 np111py36_0
巴
别塔2.3.4 py36_0向后移植 1.0 py36_0
beautifulsoup4 4.5.3 py36_0
bitarray 0.8.1 py36_0
大火0.10.1 py36_0
背景虚化0.12.4 py36_0
博托2.45.0 py36_0
瓶颈1.2.0 np111py36_0
CFFI 1.9.1 py36_0 …
我有以下两行:
y = m1*x + c1 ;
y= m2*x +c2 ;
Run Code Online (Sandbox Code Playgroud)
现在我想在MATLAB中的图像中绘制这些线条?