zoukankan      html  css  js  c++  java
  • numpy cookbook

    1、第一章

    import numpy as np
    import matplotlib.pyplot as plt
    import scipy
    import PIL
    import scipy.misc
    lena = scipy.misc.lena() #注,lena函数好像在新版中被删除了
    ascent=scipy.misc.ascent()
    

    报错解决参考:

    http://www.30daydo.com/article/259

  • 相关阅读:
    2.6
    zuoye
    练习1
    练习
    练习
    4
    3
    2
    1
    1.3
  • 原文地址:https://www.cnblogs.com/djx571/p/11106294.html
Copyright © 2011-2022 走看看