Too many input arguments Error in helperCrop​PointCloud​sAndMergeL​abels function in matlab example

回答 (1 件)

Hi
It seems you are using a helper function given in this section and you are getting this error because more number of inputs has been passed to that function. This function can only take 5 inputs, consider the below example:
[pcCropTrainPath,labelsCropTrainPath,weights] = helperCropPointCloudsAndMergeLabels( ...
gridSize,trainDataFolder,numPoints,writeFiles,numClasses);
For more information, refer this section. Hope it will help!

カテゴリ

ヘルプ センター および File ExchangeLidar Toolbox についてさらに検索

質問済み:

2022 年 2 月 23 日

回答済み:

2022 年 3 月 2 日

Community Treasure Hunt

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

Start Hunting!

Translated by