photo

RB


Last seen: 4 years 前 自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

20 个提问
0 个回答

排名
98,362
of 299,737

声誉
0

贡献数
20 个提问
0 个回答

回答接受率
30.0%

收到投票数
0

排名
 of 20,791

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,655

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Help with finding the average correlation coefficient between a matrix value and its surrounding neighbors?
I have a double matrix with dimensions 500x500. The matrix has numerical and NaN values. So far I have been able to do the follo...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Help with Multithreading!
I have a for loop that runs through .tif files. Within the for loop there are more for loops. I want to speed up this code becau...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How can I write data from a for loop to following excel sheet columns?
Hello! Right now I have a code that reads a .tif file. The code then finds certain data about the picture (this is all working o...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Replace cell elements with a constant value?
Right now, I have a 4x4 cell and in each element of the cell is 25x25 values. I want to be able to go into the first cell elemen...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How to produce a homogeneity image from GLCM stats?
Hello, I currently have a 100x100 .tif file that I am loading into the code below in order to output a gray-level co-occurrence ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How to change parameters of GLCM so that it accounts for some pixel variation?
Hello, I currently have a 100x100 .tif file that I am loading into the code below in order to output a gray-level co-occurrence ...

7 years 前 | 0 个回答 | 0

0

个回答

提问


How to reorder pixels of a 3D matrix in the Z direction?
Hello, currently I have 9 .txt files that are loaded into matlab and shaped into a 3-dimensional matrix using the following code...

7 years 前 | 0 个回答 | 0

0

个回答

提问


If then Statement For Matrix Math
Hello, I currently have two txt files loaded as matrices that are 1000x1024 pixels. The code I have below includes math that I w...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How to find the quartiles of an array?
I currently have a 1024x1024 array. I want to find the first and fourth quartile range for this array. (I already used iqr(a(:))...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Finding Statistics of a Matrix Help!!!
Hello, currently I have a 1024x1024 array in matlab that I have loaded in from a .txt file: a = load('File.txt'); I want t...

7 years 前 | 2 个回答 | 0

2

个回答

提问


How to align gaussian fits at their maximum peaks?
Hello, currently I have 5 sets of data saved as .csv files. Each set of data has its maximum y value corresponding to the same x...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Finding the Maximum Value
Hello, I currently have a set of data that I use f = fit(x,y,'gauss2') to find the best gaussian curve fit. Next, I want to find...

7 years 前 | 0 个回答 | 0

0

个回答

提问


Use a for loop to run an equation on set of data points
I currently have a set of 10 (x,y) data points. I have an equation similar to this: y = c * (sin(x-B)) where c and B are unknown...

8 years 前 | 0 个回答 | 0

0

个回答

提问


How to call on an object's location in a matrix?
Hello, currently I have a three dimensional array of a particular size. I have a code that fits data to a particular equation. W...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to call on an object's location in a matrix?
Hello, currently I have a three dimensional array of a particular size. I have a code that fits data to a particular equation. W...

8 years 前 | 0 个回答 | 0

0

个回答

提问


Converting .txt files to .tif files?
Hello! I currently have 200 .txt files. However, I need to be able to open them in ImageJ as virtual stacks as images. To save t...

8 years 前 | 0 个回答 | 0

0

个回答

提问


Saving Output to Specified Folder Location
Hello, I currently have a code that creates 18 arrays and saves them as .tif files. The .tif files are saved in the same folder ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Saving an Array as a .tiff file
Hello, I currently have a bunch of arrays that I have created and edited with earlier code. They are 512x512 double arrays that ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Running Code On Multiple Files at Once
Hello, I currently have a code that runs on one file: I have a .txt file that is manually loaded into the code as an array (ar...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Finding Maximum Difference Between Element and All Neighboring Elements in An Arary
Hello, I have an array and I am trying to find the maximum difference between an element and all of its neighboring elements for...

8 years 前 | 3 个回答 | 0

3

个回答