Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
NCTM or The Math Forum.
|
|
Amadeu
Posts:
1
Registered:
7/1/13
|
|
Code to obtain origin and destination of unions on Matlab
Posted:
Jul 1, 2013 2:26 PM
|
|
Hi everyone,
I would like to have some code or function which allows me to have a matrix on Matlab where I can find the origins and destinatons of unions on a Simulink file.
For example, let's imagine we join a goto named 'speed' with a system which has an input called 'A'. Then, we join a goto called 'acceleration' to a different input of the same system (or it could be a different one) called 'b'.
I would like to have a matrix like:
Union=['speed' 'a'; 'acceleration' 'b']
Thank you very much for your help!
Regards,
Amadeu
|
|
|
|