Skip to content

Instantly share code, notes, and snippets.

@DavidPowell
DavidPowell / Phased Array Animation.ipynb
Last active March 10, 2022 01:33
Phased array animation
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@DavidPowell
DavidPowell / tikz_test.ipynb
Created April 17, 2018 07:40
Test for tikz control systems example
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@DavidPowell
DavidPowell / Scuff NaN Test C.html
Created February 2, 2015 04:32
Attempt to diagnose why scuff-em routines are giving me NaN results
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Notebook</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
@DavidPowell
DavidPowell / tikzmagic.py
Created October 21, 2014 22:50
Magic for tikz plots in the IPython notebook, modified to prevent SVG glyph crashes, and to enable a local copy of file
# -*- coding: utf-8 -*-
"""
=========
tikzmagic
=========
Magics for generating figures with TikZ.
.. note::