Feeds
提问
fuzzy_animinit figure?
Hi, Does anyone know how to remove the panel and "close" pushbutton in the default figure that you get using the command fuzz...
14 years 前 | 0 个回答 | 0
0
个回答提问
stoping the simulink.
Hi, I want to know how can I stop running the simulink model after I press the close button (X ) at the top right corner.
14 years 前 | 1 个回答 | 0
1
个回答提问
[sys] output.
Hi, How do we distinguish between different outputs [sys] of the functions in Matlab level 1 s-function? I have sys=u(i); and...
14 years 前 | 1 个回答 | 0
1
个回答2
个回答提问
S-function Matlab level I
Hi, I am really new to matlab s-function I want to know How does the s-function matlab operate and go through the cases. I wa...
14 years 前 | 1 个回答 | 0
1
个回答提问
Bad Handle Error
Hi, what is bad handle error refer to? In an s-function code I always have to save the m-file to get it running again or this e...
14 years 前 | 1 个回答 | 0
1
个回答提问
Displaying real time numerical values on GUI
Hi, I want to display a changing number in an editbox available on my GUI figure. What command should I use for that and how ...
14 years 前 | 2 个回答 | 0
2
个回答提问
S-function axes reset issue.
Hi, I have a S-function block written in Matlab level1. The block has codes to animate my simulink model. I have created a u...
14 years 前 | 0 个回答 | 0
0
个回答提问
S-function flag calling from other functions
Hi, Is there anyway to call the mdlInitializeSizes() function from any other function in the matlab level 1 S-function. Than...
14 years 前 | 1 个回答 | 0
1
个回答提问
Stop Excuting some lines
I have a while loop which goes throw some commands. I want the while loop to execute some of the commands only once while the ot...
14 years 前 | 1 个回答 | 0
1
个回答提问
two figures popping problem??
when I make a figure with an axis I always get another figure appearing. How to stop the second one?is it because the drawnow co...
14 years 前 | 1 个回答 | 0
1
个回答提问
New Figure Without Using Guide
How to create a new figure with axes without using GUIDE? I want to know the command that I should use for this? Could anyone he...
14 years 前 | 1 个回答 | 0
1
个回答提问
Clearing axes using created pushbutton in S-function
Hi, I am calling a function clear in S-function which should clear the axes but It does not call the function when the button ...
14 years 前 | 2 个回答 | 0
2
个回答提问
Can anyone help me with the water level tank (sltank) example available on Matlab?
what does the following mean? 1-axis equal 2-Box on 3-XTick, YTick
14 years 前 | 1 个回答 | 0
1
个回答提问
Can anyone help me with the water level tank (sltank) example available on Matlab?
What does yData(3:4) mean? it is available in flag==2 S-function code for the water level tank example available by writing in t...
14 years 前 | 1 个回答 | 0
1
个回答提问
Property Name
Hi What is the Matlab Property Name for a number (double) example set(HHH,'color','r'); instead of color I want to s...
14 years 前 | 2 个回答 | 0
2
个回答提问
Can anyone help me with the water level tank (sltank) example available on Matlab?
What does sys=[0 0 0 2 0 0] mean? it is available in flag==0 S-function code for the water level tank example available by writi...
14 years 前 | 1 个回答 | 0
1
个回答提问
Please urgent help
I am facing minor issues regarding my code. I want to have a real time simulation where an object moves according to a sine wave...
14 years 前 | 2 个回答 | 0
2
个回答提问
calling a function from s-function m-file
hi, i wana know how to call a function inside a another file from an s-function file.
14 years 前 | 1 个回答 | 0
1
个回答提问
Running simultaneously a GUI file and Simulink model with S-function
Hi, I have 3 files: (1) Simulink model (2)S-function level 1 matlab code (3)M-file GUI with object drawing.The simulink model...
14 years 前 | 1 个回答 | 0
1
个回答提问
connect s-function code with GUI m-file variable.
Hi, I have an s function block written in level 1 matlab which has a sine wave input from a simulink model. I want to pass its a...
14 years 前 | 1 个回答 | 0
