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?
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]);
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
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
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
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
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
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
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
I\'m having serious trouble debugging the following Matlab Warning: Warning: Ignoring excess mask dialog entries in: