Clear Filters
Clear Filters

simulink problem in connecting vector concatenate to goto block

3 views (last 30 days)
I am working in simulink, i am connecting a vector concatenate output which is (5,1) to goto block ,but the goto block is taking only 1 as input..so please help me with this

Answers (1)

madhan ravi
madhan ravi on 16 Nov 2018
Edited: madhan ravi on 16 Nov 2018
see https://www.mathworks.com/help/simulink/slref/goto.html it says it accepts vector as input?
vector = [ 5 1 ]
vector(:)

Categories

Find more on Modeling in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!