Using matlab in snaptostamps image processing
1 回表示 (過去 30 日間)
古いコメントを表示
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 ![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1707621/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1707621/image.png)
0 件のコメント
回答 (1 件)
Image Analyst
2024 年 6 月 1 日
Try using ./ instead of / in the line where you assign demx.
1 件のコメント
DGM
2024 年 6 月 1 日
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.
参考
カテゴリ
Help Center および File Exchange で Get Started with MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!