-
Notifications
You must be signed in to change notification settings - Fork 89
Non-broadcasted addition #417
Copy link
Copy link
Closed
Description
Splitting of the discussion of non-broadcasted addition from #416.
- MIMO system + constant, looks wrong (and could potentially be confusing if
1is interpreted as something like aUniformScaling).
ss(-ones(2,2), ones(2,2), ones(2,2), zeros(2,2)) + 1Let's disallow this. @mfalt seems to agree that this is the way to go.
- SISO system + constant seems reasonable and should be allowed.
ss(-ones(1,1), ones(1,1), ones(1,1), zeros(1,1)) + 1- Should we allow
sys + I? I guess it should only be allowed for square systemssys.
There are other functions like feedback where we want similar behavior. Other functions to add to this list?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels