How to get the figures from IRI model?
12 views (last 30 days)
Show older comments
Dear All,
I would like to use IRItest code that is written by Drew in this Matlab website, however I received an error that I do not know how to resolve it.
Would you please help me to run his code?
Here is the error that I have received.
Here is the link for code: https://www.mathworks.com/matlabcentral/fileexchange/34863-international-reference-ionosphere-iri-model
Thank you with my best regards,
Ara
Error in iritest (line 47)
parfor index = 1:N
6 Comments
Madheswaran
on 18 Jul 2024
I noticed that issue you are facing related to the "curl" command when using the provided files. This error occurs because the "curl" command is not included by default in Windows operating systems.
The author has provided an instruction for installation of “curl” command in the "iri2016.m" file, which is part of the files you have downloaded from the exchange link you shared.
If you have any further queries regarding any files you have downloaded from the MATLAB Files Exchange, you can reach out to the Discussions section of that specific file exchange post.
Answers (0)
See Also
Categories
Find more on Downloads in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!