questions regarding modelsim and matlab simulink
Show older comments
hello everybody..
i'm trying to make feedback from modelsim to simulink component and to pass the value to my modelsim component irrespective to time (with respect to a non-time variable).. So I used an embedded matlab function component from simulink that works based upon input flag coming from modelsim component.. at this point i 've alot of errors
- there is a variable that is passed from workspace to the embedded component, it carries a string representing the video name.. to do so it should be timed and to avoid that i defined it as a global variable but it does'nt work also..
- also i'm not able to use either aviinfo() or mmreader() within embeded component
- within embeded component i'm randomizing a value using randint() to avoid being absolete i used randi i got this error "Function 'randi' implicitly resolved in the MATLAB workspace. Implicit evaluation in MATLAB is not supported. Please declare this function extrinsic using eml.extrinsic('randi'), or call it using feval."
- beside that i'm having these errors -->Coder Error: Errors occurred during parsing of Embedded MATLAB function 'Embedded MATLAB -->InterfaceError :Embedded MATLAB Interface Error: Errors occurred during parsing of Embedded MATLAB function 'Embedded MATLAB
- plus this warning -->Chart Embedded MATLAB Function #18 has signals with underspecified type, size, and/or complexity.
- ONE MORE QUESTION plzz for any used variable within this block should i define it as persistant first or what as whenever i use a variable e.g. x_col = abs(round(x-(p_w/2))); got an error message asking me to declare it first
any help plzzzz
thanks
5 Comments
Azzi Abdelmalek
on 26 Feb 2013
To have more chance to get an answer, you have to be clear and breve. When you get an answer you can post other questions.
Kaustubha Govind
on 26 Feb 2013
I agree with Azzi. Also, your questions don't seem related to the Modelsim- Simulink interface. Can you try using your Embedded MATLAB block in a separate model first and work through the errors? Also, please read the MATLAB Function block documentation to understand what extrinsic means.
Niveen Morsi
on 27 Feb 2013
Kaustubha Govind
on 27 Feb 2013
Niveen: Not sure what you mean. I though you already had a model with MATLAB Function block?
Niveen Morsi
on 27 Feb 2013
Answers (0)
Categories
Find more on Simulink Functions in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!