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

2 visualizaciones (últimos 30 días)
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);

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Installation en Help Center y File Exchange.

Productos


Versión

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by