photo

Emma


自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

14 个提问
1 个回答

排名
24,546
of 300,781

声誉
1

贡献数
14 个提问
1 个回答

回答接受率
78.57%

收到投票数
1

排名
 of 21,088

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,031

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

已回答
Plotting multiple boxplots within the same plot/figure
This worked: NMat= zeros (6, 10000); mat(:,:)=NaN; mat(1,1:10000) = mat1; mat(2,1:10000) = mat2; mat(3,1:10000) = mat...

13 years 前 | 0

提问


Plotting multiple boxplots within the same plot/figure
I have six variables that I would like to plot within the same figure/plot as individual box-plots. I have tried doing so by plo...

13 years 前 | 2 个回答 | 0

2

个回答

提问


I have code which reads-in a time series of 46 images, each 2400x2400 matrices. I have a variable 'k' which is a 10000x2 matrix which contains row/column locations of cells within the 2400x2400 matrices that I need to isolate. (In 'k': column 1....
I am in need of help in executing the following task. I have code which reads-in a time series of 46 images, each 2400x2400 m...

13 years 前 | 1 个回答 | 0

1

个回答

提问


When I try to run the following line of code, I get the error message "Error: Unbalanced or unexpected parenthesis or bracket." Although I understand the content of the error message, I cannot determine what is wrong with my syntax.
When I try to run the following line of code, I get the error message "Error: Unbalanced or unexpected parenthesis or bracket." ...

13 years 前 | 1 个回答 | 0

1

个回答

提问


I have a 2400x2400 matrix that I would like to use as a mask for each layer of a 2400x2400x46 matrix. Since the matrix dimensions are not equal, I cannot do so by simply multiplying the mask matrix by the larger matrix. How might I do this?
I have a 2400x2400 matrix that I would like to use as a mask for each layer of a 2400x2400x46 matrix. Since the matrix dimension...

13 years 前 | 1 个回答 | 0

1

个回答

提问


I want to create a simple histogram of the data in a matrix, though when I use hist(matrix), the figure that is created consists of numerous rainbow-colored bars, which though they are in the shape of a histogram are not what I need...
I want to create a simple histogram of the data in a matrix, though when I use hist(matrix), the figure that is created consists...

13 years 前 | 1 个回答 | 1

1

个回答

提问


Is it possible to obtain a random sample of values from a matrix without the randsample tool?
Is it possible to obtain a random sample of values from a matrix without the randsample tool?

13 years 前 | 1 个回答 | 0

1

个回答

提问


Finding the row/column locations of 1s in a boolean matrix
I have a Boolean matrix and I would like to find the row/column locations of all of the ones within the matrix. How might I go a...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Cell contents assignment to a non-cell array object, hdf data
I have data in the form of an hdf file that I would like to fit into a 2400x2400x46 matrix. Currently when I read-in the hdf dat...

13 years 前 | 1 个回答 | 0

1

个回答

提问


I am not sure what the following error message indicates or how to resolve it: 'Error using double Conversion to double from cell is not possible.'
How might I address this error? Error using double Conversion to double from cell is not possible. The associated line of...

13 years 前 | 2 个回答 | 0

2

个回答

提问


Data not appearing in image
I have a 2400x2400 matrix that I would like to display as an image. When I do image(MyMatrix), the resulting image is just blue ...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Adding matrices, resulting matrix is only a copy of one of the matrices being added
I am attempting to add three matrices although when I do so, the resulting matrix is the same as one of the matrices being added...

13 years 前 | 2 个回答 | 0

2

个回答

提问


Adding layers of a boolean matrix
I have a series of 2400x2400x46 double matrices, all comprised of 0s and 1s. I would like to add all of the layers of each matri...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Error message: "undefined function for input arguments of type 'logical' "
What does the error message "undefined function for input arguments of type 'logical' " indicate?

13 years 前 | 2 个回答 | 0

2

个回答

提问


I have the following bit of code and when I run it, I get the error message "Undefined function 'nansum' for input arguments of type 'double'."
I have the following bit of code and when I run it, I get the error message "Undefined function 'nansum' for input arguments of ...

13 years 前 | 1 个回答 | 0

1

个回答