photo

kuldeep


Last seen: 대략 1년 전 2024년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

8 질문
0 답변

순위
293,891
of 300,780

평판
0

참여
8 질문
0 답변

답변 채택
0.0%

획득한 표
0

순위
 of 21,086

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,018

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

Feeds

보기 기준

질문


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...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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('{...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

1년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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 ...

1년 초과 전 | 답변 수: 2 | 0

2

답변