Discrepancy in Matlab documentation between code and webpage content for GPS Waveform Generation example
古いコメントを表示
The Matlab documentation has an example to GPS waveform generation. https://www.mathworks.com/help/satcom/ug/gps-waveform-generation.html Running:
openExample('satcom/GPSWaveformGenerationExample')
in the command window opens the livescript for the example. However this livescript is much different that what is on the webpage as far as the code goes. In the webpage, certain functions are used like: HelperGPSNavigationConfig() that is not recognized in the code, because it did not get imported into the current directory.

However this function is listed at the bottom of the webpage under Appendix. Clicking on it brings up the command:
openExample('satcom/GPSWaveformGenerationExample','supportingFile','HelperGPSNavigationConfig.m')
which does nothing different than the previous command. So what's going on here? My guess is the code for this example got updated but the documentation webpage for it didn't? or vice versa.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Automotive についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!