simulink
MATLAB vs Simulink in digital image processing?
Is there anything I can do with code in MATLAB for digital image processing that I can\'t do with Simulink\'s digital image processing toolbox or vice versa?[详细]
2022-12-25 09:18 分类:问答Simulink: implementing a custom transfer function
Let\'s say I implement this m-file: Fq=tf开发者_运维技巧(0.5^2,[1 2*0.7*0.5 0.5^2]); G=tf(0.006*[200 1],[80 1 0]);[详细]
2022-12-25 08:28 分类:问答Simulink: type consistency errors
Using this Simulink model file as a reference, I\'m trying to figure out the two following errors: alt text http://imagebin.ca/img/dSV8YO.png[详细]
2022-12-25 02:57 分类:问答Transfer function in MATLAB/Simulink
I am 开发者_JS百科trying to model a transfer function block for say 1/(s+1). What is the easiest way to implement a block for a transfer function in Simulink?I believe this is what you\'re looking for[详细]
2022-12-24 18:34 分类:问答Simulink link by tcpip with C++ application
I am tryng to build a link between my simulink model or just an m file and my C++ application but I\'m having an issue. I don\'t really understand how matlab receives the data, and for simulink in whi[详细]
2022-12-20 22:23 分类:问答Convert function to Simulink block
How do I convert from a开发者_StackOverflow中文版 function, that I have written as an m-file, into a block in a Simulink model?There\'s a video here that shows some options. Basically, use the MATLAB[详细]
2022-12-20 01:29 分类:问答Simulink: Possible to form a Pulse Generator with amplitude between -1 and +1
Okay - I\'ve got Simulink up and running and I\'m using the Pulse Generator with a pretty simple transfer function and the scope. I would like however to use a pulse that goes from -1 to +1 instead of[详细]
2022-12-19 17:33 分类:问答Matlab Simulink scope log or saved data
I have a simulink model with a scope output that I want to observe. However, I want the data shown on the p开发者_如何转开发revious simulation while being stopped to be continuously shown on the scope[详细]
2022-12-17 08:13 分类:问答How to link a dll to Simulink?
I need to use a开发者_JAVA百科 dll file in my Simulink model. Does anyone have any suggestions?You can write a C S-Function, and call into your dll from the methods in the S-Function, or you can use t[详细]
2022-12-12 06:03 分类:问答Warning: Ignoring excess mask dialog entries in:
I\'m having serious trouble debugging the following Matlab Warning: Warning: Ignoring excess mask dialog entries in:[详细]
2022-12-08 05:39 分类:问答