Using matlab in snaptostamps image processing
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I am encoutering this issue which wasn't happening in older releases, the program cannot plot georeferenced images from the selected data folder due to the following error 

0 commentaires
Réponses (1)
Image Analyst
le 1 Juin 2024
Try using ./ instead of / in the line where you assign demx.
1 commentaire
DGM
le 1 Juin 2024
This is part of a third party toolbox. The numerator should be a vector, and the denominator should necessarily be a scalar, hence the prior warnings. Trying to fix line 491 won't fix anything if both x_posting and y_posting are invalid.
I can't even tell where x_posting comes from. There are few comments in the code, and it seems to be blindly loading things from mat files somewhere.
Voir également
Catégories
En savoir plus sur Annotations dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!