回答済み
how can i simulated electrohydraulic servo valve ?
You can use the <http://www.mathworks.com/help/physmod/simscape/ref/rotationalelectromechanicalconverter.html Rotational Electro...

14年弱 前 | 1

回答済み
Track changes made to model
You could use the Simulink Report Generator <http://www.mathworks.com/help/rptgenext/examples/simulink-xml-comparison.html XML f...

14年弱 前 | 1

回答済み
Signal Names in BusSelector
To find the error message this should work in 9b: try sim('mymodel') catch me errData = me.message %parse...

14年弱 前 | 1

回答済み
Some Identification functions missing
There are a couple things you can try: rehash toolboxcache restoredefaultpath That alone may clear it up. Beyond tha...

14年弱 前 | 1

| 採用済み

回答済み
Sampling of the cylinder in cylindrical coordinates
This is all very well explained in the doc, but here it goes. [X,Y,Z] = cylinder(r,n); %r is radius n is number of point...

14年弱 前 | 0

回答済み
Ultrasonic sensor with simulink
You're best bet is a <http://www.mathworks.com/help/simulink/slref/sfunctionbuilder.html s function builder> but you probably wo...

14年弱 前 | 0

回答済み
Analyse at a time step
With R2012b (and with a bit more work in older versions) you can utilize <http://www.mathworks.com/products/simulink/description...

14年弱 前 | 0

回答済み
How can I calculate the total number of entities in queueing network in simulink?
I put something together that may emulate your situation. It sounds like you have entities incoming that you cannot stop to the...

14年弱 前 | 0

回答済み
How to create a fuzzy controller for dc motor position?
I would consider instead of changing the fuzzy controller adding another loop around the model. Remove the step input and put a...

14年弱 前 | 0

回答済み
How can I split a single large simulink model in to smaller unit?
It sounds like you already have a good grasp on the options available. Given the size of the model and your goals I would defin...

14年弱 前 | 3

回答済み
How to get simulink library and block names for the add_block function?
I bet this is because the Simulink library is not loaded. Try doing this first: load_system('simulink');

14年弱 前 | 0

| 採用済み

回答済み
How can I form a brick or cylinder and visualize it in simulink?
In SimMechanics 2 this is already done inside of the <http://www.mathworks.com/help/physmod/sm/ref/solid.html solid body> block....

14年弱 前 | 0

回答済み
How to reduce the startup time of the simulink model
If this continues I would try <http://blogs.mathworks.com/seth/2008/12/05/the-answer-for-large-scale-modeling-model-reference/ m...

約14年 前 | 0

| 採用済み

回答済み
Question about using 'load' to load an .m file
Although you can use the load command with an m-file, in my humble opinion, this would not be the ideal way to transfer data nor...

約14年 前 | 0

回答済み
Get workspace variables from Simulink into a GUI
I'm working on an app (R2012b) that would show this functionality. Here is a snippet of code that shows you how to do it with t...

約14年 前 | 1

回答済み
Most efficient Quadratic Implementation in Simulink
You can see a number of the optimizations that are performed in the Configuration Parameters -> Optimizations tab. For mode...

約14年 前 | 1

| 採用済み

回答済み
Low pass filter in Simulink
If you have access to control design tools then you can tune the gain to stabilize the system. Depending on the design it may n...

約14年 前 | 1

回答済み
Why do I get these Simulink errors?
It appears to be like an algebraic loop. Try putting a 1/z in the feedback path to see if it resolves some/most of those errors...

約14年 前 | 2

| 採用済み

回答済み
frame based data in Scope
You can use the <http://www.mathworks.com/help/toolbox/dsp/ref/timescope.html time scope> or the <http://www.mathworks.com/help/...

約14年 前 | 2

| 採用済み

回答済み
PID controller in simulink
I looked at the root locus with the PID and I don't believe this will be enough to adequately stabilize this system. Just for k...

約14年 前 | 1

回答済み
two column matrix concatetate
I think I see the issue. You are seeing the same random values for 12 frames. This is because you setup the 12 samples/frame...

約14年 前 | 0

| 採用済み

回答済み
Use a DLL in Simulink
You can use a s-function to call the DLL. To do this you would need a header file describing the functions inside the DLL so th...

約14年 前 | 1

| 採用済み

回答済み
How to automatically crop a frame of a video in simulink
You can go through <http://www.mathworks.com/products/computer-vision/examples.html?file=/products/demos/shipping/vision/vipldws...

約14年 前 | 1

回答済み
Simulink: apply constant velocity to model
To do this you can put an external reset on the integrator set to 'level' and use a step/pulse to activate it. The integrator w...

約14年 前 | 1

回答済み
Code Inspector warning, tunable objects
The reason that warning appears is because you are using a custom storage class. Since it is a warning you don't actually need ...

約14年 前 | 1

| 採用済み

回答済み
How i do my RMS function on Embedded Matlab Function
If you don't need to generate code from this Embedded MATLAB block and you are not overly concerned with simulation speed then y...

約14年 前 | 0

| 採用済み

回答済み
Choosing a simulation type
First, you can only use the powergui if you're using SimPowersystems. In fact, it is required with those blocks. Second, the...

約14年 前 | 0

| 採用済み

回答済み
control parameters of a simulink block
You can do this by utilizing a MATLAB function that can call the set_param command. You may be able to use the interpreted MATL...

約14年 前 | 0

回答済み
Effect of using simout block on simulation speed?
I wouldn't expect to much difference in simulation speed from to_workspace blocks. However, if you end up having hundreds then ...

約14年 前 | 2

| 採用済み

回答済み
Problem with a discrete notch filter design
The issue sounds like roundoff error. You can utilize the system in your workspace directly by utilizing the LTI system block w...

約14年 前 | 0

| 採用済み

さらに読み込む