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 Center および File ExchangeInstallation についてさらに検索

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by