what does this error mean?how to correct this error?
    2 ビュー (過去 30 日間)
  
       古いコメントを表示
    
    hasan iziaty
 2016 年 12 月 14 日
  
    
    
    
    
    コメント済み: Walter Roberson
      
      
 2016 年 12 月 14 日
            
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!




