Issue with running a script calling "parts" function on the MATLAB Online R2019b

2 vues (au cours des 30 derniers jours)
The function causing the problem starts as below:
function submitWithConfiguration(conf)
addpath('./lib/jsonlab');
parts = parts(conf);
the error I get is :
'parts' requires one of the following:
Navigation Toolbox
Robotics System Toolbox
Sensor Fusion and Tracking Toolbox
Error in submitWithConfiguration (line 4)
parts = parts(conf);

Réponse acceptée

Walter Roberson
Walter Roberson le 19 Jan 2020
https://www.mathworks.com/matlabcentral/answers/481537-submitwithconfiguration-not-working-in-matlab-r2019b

Plus de réponses (0)

Catégories

En savoir plus sur Installation dans Help Center et File Exchange

Produits


Version

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by