Python interface to operate with dspace.
Project description
WIP
Python interface for interoperability with dSpace running in Matlab.
Dependencies
- python >= 3.6
- numpy
- matlabengineforpython
Installation
pip install pydspace
Example
import pydspace
import numpy as np
import pandas as pd
dspace_path = "YOUR PATH TO MATLAB DSPACE"
df = pd.read_csv(CSV_PATH)
N = len(df)
M1 = np.random.rand(N,100)
M2 = np.random.rand(N,100
M_no_name = np.random.rand(N,100)
pydspace.dspace(df, "matrix1", M1, "matrix2", M2, M_no_name, path=dspace_path)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pydspace-0.0.3.tar.gz
(21.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pydspace-0.0.3-py3-none-any.whl
(22.0 kB
view details)
File details
Details for the file pydspace-0.0.3.tar.gz.
File metadata
- Download URL: pydspace-0.0.3.tar.gz
- Upload date:
- Size: 21.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
23a8a0ee95173543689bcdff8a2f6836f02cdbcf40c19363ebde435fede2cc49
|
|
| MD5 |
fc9c0d6be034696b2f7ee21034cf168d
|
|
| BLAKE2b-256 |
847858aa49ca4629d9087e19d8492227563e9c4960c6dfe1b55f5bc03f0d9949
|
File details
Details for the file pydspace-0.0.3-py3-none-any.whl.
File metadata
- Download URL: pydspace-0.0.3-py3-none-any.whl
- Upload date:
- Size: 22.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3b9492b9711030bcb3a3de67dcbd1632d51ae936bdcbf4cb2f880bba7965c8c
|
|
| MD5 |
dc6d45d7c8e49e2c6a12d091e8244ee6
|
|
| BLAKE2b-256 |
68f90b5b49868655b0bd43a4fd9d5ef23d6049a51462a386781b08ff6313f8ef
|