photo

Izabela Wojciechowska


Last seen: 27일 전 2020년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Differences in results of calculating the mean value
I am trying to perform rather simple calculation: load .tif files into the workspace as 2D matrixes, exclude some values from on...

3개월 전 | 답변 수: 1 | 0

1

답변

질문


How to sum values in a matrix which are in the specified distance from one value?
I have a matrix 1000x1000. It was originally a tiff file; a map in which every pixel was 1km x 1km. It this matrix I have 10 spe...

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

2

답변

질문


How to find values in structure?
Hi, I loaded some .tif files into Matlab like this: D = 'my path'; S = dir(fullfile(D,'*.tif')) for k = 1:numel(S); F = ...

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

1

답변

질문


Loading images with their names into single arrays
Hi, I'm trying to load multiple .tif files into MATLAB from a folder. I tried this: files= dir('*.tif') for k=1:length(files);...

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

1

답변