Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
import
numpy
as
np
3
from
datetime
import
datetime
4
def
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