When I try simple statistics function normpdf, it does not work.
Mostrar comentarios más antiguos
My Matlab Master License Number is 3******2
Company Name: Rivian Automotive
- When trying normpdf, I get following error
'normpdf' requires Statistics and Machine Learning Toolbox
2. when trying to convert GPS(lat, long, alt) to ECEF I tried function xcframe, I get following error:
Unrecognized function or variable 'xcframe'
Can you please help me with what toolbox I am missing to use these functions for my above license?
Respuesta aceptada
Más respuestas (1)
Sulaymon Eshkabilov
el 28 de Dic. de 2021
Your MATLAB package does not have a toolbox - Statistics and Machine Learning Toolbox
Thus, such err is prompted.
Check what toolboxes are installed in your computer using this command in the command window:
>> ver
You may also check any fcns of matlab whether available or not by using the following command, e.g. using this command in the command window:
>> which normpdf
Categorías
Más información sobre Guidance, Navigation, and Control (GNC) en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

