Advertisement
Guest User

Untitled

a guest
Mar 31st, 2015
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. In [9]: %run phugoid.py
  2. %matplotlib inline
  3.  
  4. In [1]: plot_flight_path(64, 16, 0)
  5.  
  6. ---------------------------------------------------------------------------
  7. NameError Traceback (most recent call last)
  8. <ipython-input-1-e57d3fb06a4a> in <module>()
  9. 1 #zt = 64, z = 16, theta = 0
  10. ----> 2 plot_flight_path(64, 16, 0)
  11.  
  12. NameError: name 'plot_flight_path' is not defined
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement