Ziyu Hua
Followers: 0 Following: 0
Feeds
回答済み
Use my owe Java class in MATLAB
Hello everyone, I have solved this problem as below. It may not be the best solution but usable. First, open your package in ...
Use my owe Java class in MATLAB
Hello everyone, I have solved this problem as below. It may not be the best solution but usable. First, open your package in ...
2年以上 前 | 0
| 採用済み
回答済み
"Unable to launch MATLAB" in java
Hi Kim, I also have the similar problem and the Java give an exception like: "com.mathworks.engine.EngineException: Unable to ...
"Unable to launch MATLAB" in java
Hi Kim, I also have the similar problem and the Java give an exception like: "com.mathworks.engine.EngineException: Unable to ...
2年以上 前 | 0
質問
Use my owe Java class in MATLAB
Hello everyone, I want to use a Java class in my MATLAB code, which is called 'Myclass.java'. I have compiled it with Java8 and...
2年以上 前 | 2 件の回答 | 0
2
回答質問
Cannot find Analog Output Generator app on the Apps tab
I have installed the Data Acquisition Toolbox in my MATALB and I can find the Analog Input Recorder in the Apps tab. However, t...
3年弱 前 | 1 件の回答 | 0
1
回答質問
How to throw an exception when using MATLAB C or C++ API
I have a C++ code, which is like: mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) { try{ //...
3年弱 前 | 1 件の回答 | 0
1
回答回答済み
Transmit a Structure from MATLAB to C
This can be realized by MATALB C API function "mxGetField" #if !defined(_WIN32) #define dgesv dgesv_ #endif #include "mex....
Transmit a Structure from MATLAB to C
This can be realized by MATALB C API function "mxGetField" #if !defined(_WIN32) #define dgesv dgesv_ #endif #include "mex....
3年弱 前 | 0
| 採用済み
質問
Transmit a Structure from MATLAB to C
Hello everyone. I want to transmit a MATLAB structure to C. Like: a.para1=1; a.para2=2; ... In my C code, I want to use the...
3年弱 前 | 1 件の回答 | 0
1
回答質問
To Get Correct FFT Result the length(x) must be An Integral Multiple of 100?
Hi, all I'm trying to get the amplitude- frequency relationship and phase- frenquency relationship using fft. My signal is give...
3年以上 前 | 2 件の回答 | 0
2
回答質問
Generate a specified number of pulse signals using NI USB-6211
Hello all, I need to generate a specified number of pulse signals using NI USB6211 and MATLAB daq toolbox. For example, 60 puls...
3年以上 前 | 1 件の回答 | 0