How to find dimension problems?

Hello,
my sFunction block has to run on a dSPACE simulator. Therefore I have to make sure that all dimensions are set correctly.
Is there a way to check that in Matlab and Simulink?
Thank you very much!

2 个评论

Matlab and Simulink are comparatively tolerant when it comes to dimensional mismatches. dSPACE is not as tolerant. I wonder if there is a tool that would check all dimensions for errors.

请先登录,再进行评论。

回答(1 个)

You could try to use the size function. For example:
A= 1: 5
A= 1 2 3 4 5
size(A)
ans= 1 5

类别

帮助中心File Exchange 中查找有关 Manual Performance Optimization 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by