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

조회 수: 2 (최근 30일)
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);

채택된 답변

Walter Roberson
Walter Roberson 2020년 1월 19일
https://www.mathworks.com/matlabcentral/answers/481537-submitwithconfiguration-not-working-in-matlab-r2019b

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Installation에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by