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

2 views (last 30 days)
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);

Accepted Answer

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

More Answers (0)

Products


Release

R2019b

Community Treasure Hunt

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

Start Hunting!