kuldeep
Followers: 0 Following: 0
Statistik
8 Fragen
0 Antworten
RANG
240.445
of 295.448
REPUTATION
0
BEITRÄGE
8 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
0
RANG
of 20.227
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.872
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
How to set correct number of arguments in map.rasterref.MapCellsReference ?
I am using following matlab code to create Raster Map % Create the MapCellsReference object with the correct parameters R = ma...
etwa 2 Monate vor | 1 Antwort | 0
1
AntwortFrage
how to generate correct logical mask of the size of shape file?
i am using following code to generate logical mask function croppedimg = cropimage(data, R, shapefile) % Load the shapefil...
etwa 2 Monate vor | 1 Antwort | 0
1
AntwortFrage
how to save the map information in a structure?
I am reading the header file as header_file = 'C:\preprocessed\header.hdr'; info = enviinfo(header_file); disp(info); map_i...
2 Monate vor | 1 Antwort | 0
1
AntwortFrage
How to get georeferenced information correctly?
I am using following matlab line to get map_info and coord_sys_str % Construct the 'map info' string map_info = sprintf('{...
2 Monate vor | 0 Antworten | 0
0
AntwortenFrage
how to delete the files in a folder using matlab?
I have assigne the input path as inpath = 'C:\SAR'; and baseGran = S1A_IW_GRDH_1SDV_20240823T005527_20240823T005552_055333_06...
2 Monate vor | 2 Antworten | 0
2
AntwortenFrage
How to get georeferenced backscatter bands ?
I am using following matlab code to apply terrian correction on sentinel1 sar data to get georeferenced backscatter Gamma0 and S...
2 Monate vor | 1 Antwort | 0
1
AntwortFrage
How to fix error in matlab code for the assignment of path?
I am using following lines of matlab code; baseSNAP = "C:\Program Files\esa-snap\bin\gpt.exe"; cmd = [baseSNAP, aoFlag, out, o...
2 Monate vor | 1 Antwort | 0
1
AntwortFrage
how do I load zip file in matlab code?
for i = 1:length(files) file = fullfile('c:\sar', files(i).name); disp(file); % Load and preprocess the data ...
2 Monate vor | 2 Antworten | 0