Community Profile

photo

Izabela Wojciechowska


Last seen: 24日 前 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

回答