Gain and Multiply block not multplying vectors
2 次查看(过去 30 天)
显示 更早的评论
Hi I'm currently having the most infuriating error when trying create a feedback controller. Basically my gain and multiply blocks wont multiply 2 vectors to create a matrix. I've tried simplifying the problem down to feeding [1 2 3 4] and [1;2;3;4] into the 2 inputs of the multiply and I'm still getting [1 4 9 16] out which doesn't make sense because m trying .* to create a 4x4 matrix. When I run this command in matlab I have no problem but simulink wont create the right data. Any help would greatly be appreciated
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!