When I try simple statistics function normpdf, it does not work.
Mostra commenti meno recenti
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?
Risposta accettata
Più risposte (1)
Sulaymon Eshkabilov
il 28 Dic 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
Categorie
Scopri di più su Guidance, Navigation, and Control (GNC) in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

