teaching machines

Notes from 5/18/2012

Evaluating field Stripping out complex numbers and NaNs The critical current has some NaNs and complex numbers where we’re finding roots of negative numbers. MATLAB’s visualization functions don’t seem to tolerate these non-real values. I set all non-reals to 0 with: These two lines exploit the fact that find and isnan report the indices of […]