How to write pcwrite into the for loop and ensure that the output point cloud is changed at the same time the file name is changed?
Mostra commenti meno recenti
for i=1:number_gridx-1
a=string(i)
pcwrite(ptCloudC,'a','PLYFormat','binary');
end
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Process Point Clouds in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!