forked from alx87grd/AlexRobotics
-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Find a way to have this behaviour:
input
sys = instance of an object where the y output is a px1 vector
output
single_output_sys = indentical instance with the exception that the y output is a sub-set (simplest case: one element) of the original output
ideal behaviour
single_output_sys = sys.set_output_to( i = 2 )
this would return a new instance indentical except that the output signal is a 1x1 vector. that correspond to the i element of the output of the original system.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request