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.set_dspace_path(dspace_path)
pydspace.dspace(df, "matrix1", M1, "matrix2", M2, M_no_name)
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.45.tar.gz
(24.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.45-py3-none-any.whl
(25.8 kB
view details)
File details
Details for the file pydspace-0.0.45.tar.gz.
File metadata
- Download URL: pydspace-0.0.45.tar.gz
- Upload date:
- Size: 24.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
216fda6b5447b796207f8c36ad97c96e691c3a15c073ea1d5bd4770b4052ca0b
|
|
| MD5 |
f4bd81ab97adbd550954deea1a80d1c5
|
|
| BLAKE2b-256 |
6be62fe2f3de94ec7731cc91b269f352cb28faf692201a2f6aef12ef1c3efb70
|
File details
Details for the file pydspace-0.0.45-py3-none-any.whl.
File metadata
- Download URL: pydspace-0.0.45-py3-none-any.whl
- Upload date:
- Size: 25.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f68364ce137867866b8c9e72d6cac1366af269d5447d3b7f50b11d453e7e658
|
|
| MD5 |
b4b70a97741fb05bc9772b11e7da1270
|
|
| BLAKE2b-256 |
6aa8ba65812db61c55eab8123b8ff933c0be34cf725dc5c09788dd5f573ff2f1
|