![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/13149231_1531493199731_DEF.jpg)
Joan Vazquez
Followers: 0 Following: 0
Feeds
質問
How to migrate an Optimization Problem obtained with 'optimproblem' to a Global Optimization Problem that you would get from 'createOptimProblem'
I was using the Optimization Toolbox and now I want to set up the same problem with the Global Optimization Toolbox using Global...
5年弱 前 | 0 件の回答 | 0
0
回答回答済み
Is it possible to use an FRD (Frequency Response Data) model in Simulink?
This may work: sys = frd(response, frequency, 'FrequencyUnit', 'Hz'); opt = tfestOptions('EnforceStability', true); TF = tfes...
Is it possible to use an FRD (Frequency Response Data) model in Simulink?
This may work: sys = frd(response, frequency, 'FrequencyUnit', 'Hz'); opt = tfestOptions('EnforceStability', true); TF = tfes...
約5年 前 | 0
質問
Frequency based weighting in Simulink
For a signal in the time domain (coming from a simulation or a data acquisition system), can I weight it in Simulink using frequ...
約5年 前 | 1 件の回答 | 0
1
回答質問
Relationship between noise power in a Band-Limited White Noise block VS Variance in a Random Number block
What is the relationship between Noise Power in a Band-Limited White Noise block and the Variance in a Random Number block? For...
6年弱 前 | 1 件の回答 | 1
1
回答質問
How to load variable in a nested structure from file
I have .mat files with data stored as nested structures and I would like to read some of the variables. Here is a MWE: % Sa...
6年以上 前 | 2 件の回答 | 0