Feeds
已回答
How to run Simulink model in a loop with continuously changing one input parameter?
Figured it out myself :) y = zeros(1,5); for i=1:5 sim('simulink_model') y(i) = output_from_Model; ...
How to run Simulink model in a loop with continuously changing one input parameter?
Figured it out myself :) y = zeros(1,5); for i=1:5 sim('simulink_model') y(i) = output_from_Model; ...
8 years 前 | 1
提问
How to run Simulink model in a loop with continuously changing one input parameter?
I have built a Simulink model and it's inputs are given from scripts. Say suppose my input is "x" and output is "y", I have to s...
8 years 前 | 3 个回答 | 1
3
个回答已回答
How Can I generate a damped sinusoidal wave in Simulink?
<</matlabcentral/answers/uploaded_files/53546/Capture_Sine.PNG>> Hello Lluís, You can get the damped sine wave in Simulink...
How Can I generate a damped sinusoidal wave in Simulink?
<</matlabcentral/answers/uploaded_files/53546/Capture_Sine.PNG>> Hello Lluís, You can get the damped sine wave in Simulink...
8 years 前 | 1
提问
How to get a damped sine wave with phase delay in Simulink?
<</matlabcentral/answers/uploaded_files/53424/Sine.png>> As seen in the above image, I would like to get a sine wave in Simul...
8 years 前 | 1 个回答 | 0
1
个回答提问
How to get mathematical function from cftool?
I am using 'smoothing spline' for my data to obtain a fit using cftool. How do I get the mathematical function of the fit?
8 years 前 | 1 个回答 | 0