i have a problem with my code for error." Error using zeros Size inputs must be integers. "

Error using zeros
Size inputs must be integers.
Error in ConvertVoxelList2Voxel3D (line 11)
voxel3D = zeros([voxels_number(2) voxels_number(1) voxels_number(3)]);
Error in Vis (line 59)
[voxel3D] = ConvertVoxelList2Voxel3D(voxels_number, voxel_size, voxels_voted);

1 件のコメント

Walter Roberson
Walter Roberson 2018 年 3 月 4 日
What are you passing as your first parameter to the function?

回答 (0 件)

この質問は閉じられています。

タグ

質問済み:

2018 年 3 月 4 日

閉鎖済み:

2021 年 8 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by