Satellite Coverage Map for Mauritius Airspace
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi everyone, I am trying to simulate the satellite coverage of Iridium Constellation over the Mauritian Airspace and I am having the following error:
Error using bufferm
Expected BUFWIDTH to be positive.
validateattributes(bufwidth, {'numeric'}, ...
[latBuff, lonBuff] = bufferm(lla(1), lla(2), earthCentralAngle, "outPlusInterior");
fov = fieldOfViewShape(lla(:, :, satind), halfBeamWidth);
0 Kommentare
Antworten (1)
Naren
am 6 Mai 2024
Hello Fabrice,
The error states that the `bufwidth` must be a positive scalar; please check whether you have assigned the correct value to the variable `bufwidth`. Additionally, to simulate satellite coverage of the Iridium constellation over Mauritian airspace, ensure you have the correct geographical coordinates. Also, verify that 'Mauritius' is included in the 'landareas.shp' file when adding a grid of ground stations covering 'Mauritius'.
For further inromation on this topic, please refer to the following documentation:
Regards.
Siehe auch
Kategorien
Mehr zu Reference Applications 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!