Couldn't find the file
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I was doing this example but when I run the
mission.Data = load("SatelliteScenarioCustomAttitudeData.mat", "PositionTimeTableGCRF", "AttitudeTimeTableGCRF2Body");
display(mission.Data.PositionTimeTableGCRF)
it gives me an error and I could not find any file under that name. Could you hep me please?
0 comentarios
Respuestas (2)
Steven Lord
el 10 de Ag. de 2022
That data file is in the example's folder, which is not on the MATLAB path by default. If you open the example in MATLAB using the command that you can copy to the clipboard by clicking on the "Copy Command" button in the upper-right corner of the example, MATLAB will change its current directory to the one containing that example (and its associated data file.) Once that's happened you will be able to load that data file.
Walter Roberson
el 15 de Ag. de 2022
You need to have the Aerospace Toolbox installed, R2022a or later. It did not exist in your R2021b.
1 comentario
Ver también
Categorías
Más información sobre Reference Applications en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
