Matlab function block has problem with the size of array inputs

2 views (last 30 days)
One of the inputs of my MATLAB function block is an array of size [1000,3]. When I insert a break point to debug the function in this block I can see that this input parameter has a size of [1000,2]. I don't know why the array has a different number of columns inside the function.. What could cause this issue ?

Answers (0)

Community Treasure Hunt

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

Start Hunting!