Feeds
提问
Parameters of FunctionCall block in Simulink
Usually, we can use matlab command get_param(object,parameter), in order to extract the parameters of a simulink block. For Fun...
1 year 前 | 1 个回答 | 0
1
个回答提问
How to configure to generate DLL from SIMULINK and use the DLL
I try to generate a dll file based on a Simulink model, which is a multiple input and multiple output model. The generated dll f...
8 years 前 | 1 个回答 | 0
1
个回答提问
SIMULINK calculation accuracy with double (floating point) accuracy
I am using SIMULINK to simulate a model. While carrying out the calculation 50% of 2e-4, the ideal result is 1e-4, but the givin...
9 years 前 | 0 个回答 | 0
0
个回答提问
Matlab/Simulink Model for induction machine rotor current loop model
Hi all, I am trying to model an induction machine with rotor current loop method. The details of this modeling method can be fou...
10 years 前 | 0 个回答 | 0
0
个回答提问
Monte Carlo Cross Validation
Hi, I am going to implement the Monte Carlo Cross Validation method in MATLAB. Basically, I gonna use this method to divide the ...
10 years 前 | 0 个回答 | 0
0
个回答提问
obtain "gca" and "gcf" from an existing fig file, which was generated by "plotyy"
I plan to modify the exiting fig and therefore, the "gca" and "gcf" information is needed. but get(gca) is only valid for the fi...
12 years 前 | 2 个回答 | 0
2
个回答提问
Control the epochs while training a neural network
I am trying to train a BP neural network with the following codes. I mean to run the iterations for 1000 epochs. However, when ...
12 years 前 | 1 个回答 | 1
1
个回答提问
Keep a variable in workspace when calling a function
My question is how to keep a variable in a called function into the workspace. I was told the code can be written using persi...
13 years 前 | 3 个回答 | 0
3
个回答提问
waht does the command "cfs = read(wpt,'data') " return?
wpt is the wavelet packet tree. does "cfs = read(wpt,'data') " return the sum of the coefficients of the tree nodes at the bo...
13 years 前 | 1 个回答 | 0
1
个回答提问
value of scale in CWT
I am working on the wavelet coefficients of Morlet wavelet. while using cwt(x,scales,'wname') command, how to determine the valu...
13 years 前 | 1 个回答 | 0