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.4.tar.gz
(24.7 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.4-py3-none-any.whl
(25.7 kB
view details)
File details
Details for the file pydspace-0.0.4.tar.gz.
File metadata
- Download URL: pydspace-0.0.4.tar.gz
- Upload date:
- Size: 24.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42f9b484f0e994048c33e02a3a5d442b9f9234ac93dcc95670cd495088edef56
|
|
| MD5 |
43754a43e83a8b88bcccf0a9c3caad06
|
|
| BLAKE2b-256 |
10daff92cd98b750577b59b9d34f62f547cd991158b140ac6170e0a8c6a3ff72
|
File details
Details for the file pydspace-0.0.4-py3-none-any.whl.
File metadata
- Download URL: pydspace-0.0.4-py3-none-any.whl
- Upload date:
- Size: 25.7 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 |
6f8f3097da1fafe2a7077218797a86bc918f23fa0d3c004c92ff5c5f93927535
|
|
| MD5 |
9c9df07542fc2c2571107be3134d1645
|
|
| BLAKE2b-256 |
afef411c9b409826d9b4516b4e25f634d1eff8599f33e117fcedf5336f803a02
|