統計
MATLAB Answers
21 質問
0 回答
ランク
of 171,210
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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年弱 前 | 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年弱 前 | 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年弱 前 | 1 件の回答 | 0
1
回答質問
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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 1 件の回答 | 0
