Simulink Block IO signal data type reference inside the fcn block
Info
This question is closed. Reopen it to edit or answer.
Show older comments
Dear experts,
Just wondering if it is possible to reference I/O data type specified in "Edit Data" inside a fcn block, while doing value assignment.
For example, input "u" is defined as "fixdt(1,9,0)" in "Ports and Data Manager". Currently I have to do this explicitly: "u = fi(3, 1, 9, 0)" if I wanna say "u=3".
I am thinking it will be convenient if I could just do "u = fi(3, numerictype(u))".
Thanks,
7 Comments
Kaustubha Govind
on 26 Feb 2013
Using "u = fi(3, numerictype(u))" works for me. Are you seeing an error?
legendbb
on 26 Feb 2013
legendbb
on 28 Feb 2013
Kaustubha Govind
on 28 Feb 2013
legendbb: It works for me both when the input type is set to "Inherit" or when it is explicitly specified. What error do you get in the second case?
legendbb
on 1 Mar 2013
Kaustubha Govind
on 4 Mar 2013
"Error: Undefined function or variable 'u'. The first assignment to a local variable determines its class." - this means that "u" is not defined as ta local/input variable in the function. I assumed "u" was your input because you posted the 'u=fi(3,numerictype(u))' line originally as a desirable syntax.
legendbb
on 4 Mar 2013
Answers (0)
This question is closed.
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!