MCPcopy Create free account
hub / github.com/Apress/python-for-matlab-development / do_work

Function do_work

code/matlab_py/trace_MB.py:54–59  ·  view source on GitHub ↗
(N, imax)

Source from the content-addressed store, hash-verified

52 return img
53
54def do_work(N, imax):
55 nR, nC = N, N
56 Re = np.linspace(-0.7440, -0.7433, nC)
57 Im = np.linspace( 0.1315, 0.1322, nR)
58 img = MB(Re, Im, imax)
59 return img
60
61def trace_do_work(N, imax):
62 img = tracer.runfunc(do_work, N, imax)

Callers

nothing calls this directly

Calls 1

MBFunction · 0.70

Tested by

no test coverage detected