已回答
Hiding simulink model content with s-function
The .mex (or .mexw32) is a compiled file. You don't need to compile it into dll file. If you give to your third part your model...

11 years 前 | 0

已回答
Using string parameters in S-Functions generated by the legacy code tool
Hi, I don't know if I'm going to answer well to your question. What I understand is that you want to keep in your s-function a ...

11 years 前 | 0

已回答
How can I compile (C) variables used several time in Simulink as global?
Do you try to use "Goto" and "From" simulink blocks? You declare your variables in constant blocks once and you connect them ...

11 years 前 | 0

已回答
How detect the mouse PRESS of a pushbutton?
I find answer to my question using Java command which is recognized by matlab.

12 years 前 | 0

| 已接受

已回答
How to give control to GUI while GUI is executing simulink model in a for loop
Hy, I don't really understand what you want to do but you can strat, stop or pause your model excution with this command line...

12 years 前 | 0

已回答
Title disappears sometimes somtimes not
Hy, I have not the problem when I run your code. I think it can be cause by a script execution... Have you test to use the ...

12 years 前 | 1

| 已接受

已回答
Algebraic loop error after removing goto/from blocks
When you remove your Goto From Block, have you also removed "Unit Delay" block? This can explain why now you have algebrical ...

13 years 前 | 1

已回答
using 3 sine wave block in simulink
Hey, Multiport switch let you choose one of the inputs (with its first input). If you put a constant with the value 1 in the f...

13 years 前 | 1

已回答
How can I read "Go To" tags in embedded matlab function in Simulink?
Hi, To read all the goto tags in your model, you can use this code: block = find_system(gcs,'BlockType','Goto'); Tag = []...

13 years 前 | 0

已回答
Algebric loop in simulink
Hey, in your case you don't have an algebrical loop because your operations are in ''cascade'' (english translation of a french ...

13 years 前 | 0

提问


How detect the mouse PRESS of a pushbutton?
Hi, I am currently working on a GUI and I need to detect the left mouse *press* (and release) of a pushbutton. Then I associa...

13 years 前 | 3 个回答 | 0

3

个回答