Amine Aboufirass
自 2017 起处于活动状态
Followers: 0 Following: 0
Feeds
已回答
communication between MATLAB & PLAXIS(finite element program for geotechnical eng.)
This is probably a very late response but I would check out the Plaxis Python API wrapper. It can control Plaxis GUI from a pyth...
communication between MATLAB & PLAXIS(finite element program for geotechnical eng.)
This is probably a very late response but I would check out the Plaxis Python API wrapper. It can control Plaxis GUI from a pyth...
7 years 前 | 0
提问
How to have matlab engine return value of variable in python
I currently use the following set of commands to load up a Matlab session in Python: import matlab.engine eng = matlab....
7 years 前 | 1 个回答 | 0
1
个回答提问
How to load .mat file into workspace using Matlab Engine API for python?
I have a .mat workspace file containing 4 character variables. These variables contain paths to various folders I need to be abl...
7 years 前 | 1 个回答 | 0
1
个回答提问
How to adjust matlab figure size to powerpoint
Currently I am outputting figures from matlab to the current directory using the following short script: plot(1:10) % E...
7 years 前 | 1 个回答 | 0