what does this error mean?how to correct this error?
1 次查看(过去 30 天)
显示 更早的评论
3 个评论
Adam
2016-12-14
Surely the error is self-explanatory?! How are you expecting someone to make it more obvious than that?
Walter Roberson
2016-12-14
That does not appear to be an error from Mathworks-provided code: it appears to be an error from user code, from the third party Quadcopter Dynamic Modeling and Simulation (Quad-Sim)
采纳的回答
Alexander Holman
2016-12-14
You have two different vectors 'measured grams' and 'Throttle values' when doing matrix/vector operations you are required the lengths of these to match (even if it's with some 0 values). Make sure your input in both cases has the same number of arguments.
0 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!