Feeds
提问
Initial Value of DataStoreMemory
MATLAB 2015b question: I am trying to set the initial value of a DataStoreMemory block in my Simulink model. I have created a ...
10 years 前 | 0 个回答 | 0
0
个回答已回答
Feeding nested timeseries into InPorts of Simulink model
I think I figured it out. When calling createStructOfTimeseries(), just list all the timeseries object at the same level in th...
Feeding nested timeseries into InPorts of Simulink model
I think I figured it out. When calling createStructOfTimeseries(), just list all the timeseries object at the same level in th...
10 years 前 | 0
提问
Feeding nested timeseries into InPorts of Simulink model
I know how to feed timeseries inputs to a Simulink model, using timeseries() for the individual variables, Simulink.Simulat...
10 years 前 | 1 个回答 | 0
1
个回答提问
How to used Simulink Edit->Find menu option?
I've tried repeatedly to find components of Simulink models using the menu option Edit->Find, but it never finds anything. I mu...
10 years 前 | 0 个回答 | 0
0
个回答提问
ode15s and differential algebraic equations (DAE) of index 3
According to the post below, ode15s and ode23t require the DAE to be of index 1. I think that for constrained mechanical system...
11 years 前 | 0 个回答 | 1
0
个回答提问
Undefined function 'minus' for input arguments of type 'sym'
This is my first time with the Symbolic Math Toolbox, 2012b. The following code syms x y [sol_x, sol_y] = solve(x^2 ...
12 years 前 | 1 个回答 | 0
1
个回答提问
How can I make axes invisible in a bitmap that is included in a GUI?
I'm using 2009b. I'm trying to bring a bitmap into my GUI. I can't get the axes lines, axes numbers and the box around the bi...
13 years 前 | 1 个回答 | 0
