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

Function F

matlab_expo_2022/txy.py:4–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import numpy as np
3from datetime import datetime
4def F():
5 return { 't' : datetime.now(),
6 'x' : np.arange(12).reshape(2,6),
7 'y' : ['a list', 'with strings']}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected