Feeds
提问
Store "From Workspace" Variable into array in Simulink
My Simulation get's an array as input from the workspace. How can I store the last 100 of these values in a [100 1]-array and se...
9 years 前 | 1 个回答 | 0
1
个回答提问
Implementing sFit-Objects in Simulink
Is there a way to implement sFit-Objects (Curve Fitting Toolbox) in Embedded Matlab Functions inside the Simulink Environment? O...
9 years 前 | 0 个回答 | 0
0
个回答提问
Inveresely evaluate a sFit Object
I have the following for-loop for i=0:0.001:4000; if feval(sFit,2,i) <= 0.9 currentY = i; bre...
9 years 前 | 1 个回答 | 0
1
个回答提问
Surface fitting with constraints
I have a 3D-surface Fitting Problem. I want to find the best fit function for my lab-data with some constraints I already tri...
9 years 前 | 2 个回答 | 0
