how to select and show multiple maps
Ältere Kommentare anzeigen
Please help, how to select and show multiple maps [filename pathname] = uigetfile('*.tif', 'Multiselect', 'on'); For k=1:numel(filename); mapshow(filename{k}) end
Antworten (0)
Kategorien
Mehr zu Vector and Raster Map Display finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!