Why I received "this Decimal year must be within 1900 and 2025" runtime error
이전 댓글 표시
I didn't found anything related to date or time, and this didn't give me the location where lead to this error, how to solve this

답변 (1개)
Ayush
2024년 8월 6일
0 개 추천
Hello Silen,
I believe that you are getting the following error in Simulink due to the use of the "International Geomagnetic Reference Field" block or any block that references or calculates its parameters based on this defined field. The data range is actually with regards to how this model of international geomagnetic reference field (igrf) is defined. Hence you would have to clip the dates of the block parameters within this range (January 1, 1900, 12:00 AM UTC and January 1, 2025, 12:00 AM UTC). Here are a few blocks,functions and options that have a dependency on the international geomagnetic reference field (igrf):
- https://www.mathworks.com/help/aeroblks/internationalgeomagneticreferencefield.html?searchHighlight=1900%20to%202025&s_tid=srchtitle_support_results_3_1900%20to%202025
- https://www.mathworks.com/help/aeroblks/solarfluxandgeomagneticindex.html?searchHighlight=1900%20to%202025&s_tid=srchtitle_support_results_4_1900%20to%202025
- https://www.mathworks.com/help/aerotbx/ug/fluxsolarandgeomagnetic.html?searchHighlight=1900%20to%202025&s_tid=srchtitle_support_results_1_1900%20to%202025
- https://www.mathworks.com/help/aerotbx/ug/matlabshared.satellitescenario.numericalpropagator.html?searchHighlight=1900%20to%202025&s_tid=srchtitle_support_results_9_1900%20to%202025
Hope this clarifies the confusion!
카테고리
도움말 센터 및 File Exchange에서 Calendar에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!