Missile guidance system not reaching target
古いコメントを表示
Trying to run the Aero_guidance system from MATLAB libraries and can't get it to reach the target unless we remove the stop function within the fuse system, but then it obviously keeps going through and beyond the target. It would appear that the system attains a 1 signal, before reaching the target, that terminates the simulation.
We have since moved the stop function from the memory block to the miss distance output (see attached fuse module mod screen shot). The missile now hits the target and sim terminates. Is this an appropriate fix or just a fudge of the system?
6 件のコメント
Image Analyst
2014 年 10 月 1 日
What "missile guidance system"? Are we supposed to know what that is? Is it your program, or someone else's, or some toolbox demo? Can you list below in the "Products" box the exact toolboxes you use instead of the useless "MATLAB"?
Star Strider
2014 年 10 月 1 日
‘ Is there a bug or are we missing something?’
Seems to be a bug in your Kalman filter code, and you seem to be missing the target.
John D'Errico
2014 年 10 月 1 日
Your code does not work, so it must be a bug in MATLAB?
Yes, this is a known bug in MATLAB.
On our first attempt at using the Launch Missiles toolbox we also encountered the same termination error (although with a -pi signal). You can fix it by calling the stop function (on the fuse system) directly. We also found that turning on the computer helped significantly.
After this minor setback to our work, we successfully sent several continents into a ten thousand year-long nuclear winter, so it was good that we spotted that bug in MATLAB.
Our code was, of course, perfect.
Joseph Cheng
2014 年 10 月 1 日
Somehow if there was real substance to this question, I feel there would be some internal reflection and conflict to fixing someone's missile guidance simulation and not to mentioning any ITAR issues.
Geoff Hayes
2014 年 10 月 1 日
Perhaps this question has something to do with the example at http://www.mathworks.com/help/simulink/examples/designing-a-guidance-system-in-matlab-and-simulink.html.
回答 (1 件)
Iain
2014 年 10 月 1 日
You're missing something.
Heres a multiple choice question that'll suit-
Do you want your missile to explode?
A. after it hit the target and disintegrated safely.
B. as it hits the target, risking disintegration.
C. just before it hits the target, making sure that it can explode in the most effective way.
カテゴリ
ヘルプ センター および File Exchange で Whos についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!