How to get the figures from IRI model?
12 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Madheswaran
am 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.
Antworten (0)
Siehe auch
Kategorien
Mehr zu Downloads finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!