photo

Emanuele Giacomuzzo


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

Followers: 0   Following: 0

统计学

All
MATLAB Answers

5 个提问
1 个回答

File Exchange

1 文件

排名
187,156
of 297,527

声誉
0

贡献数
5 个提问
1 个回答

回答接受率
80.0%

收到投票数
0

排名
18,245 of 20,454

声誉
2

平均
0.00

贡献数
1 文件

下载次数
2

ALL TIME 下载次数
18

排名

of 159,075

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • GitHub Submissions Level 1
  • First Submission
  • Explorer
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How do you test ANOVA normality assumption?
How do you test the normality of the residuals in ANOVA? Is there also a way of plotting the residuals?

4 years 前 | 1 个回答 | 0

1

个回答

提问


Hierarchical clustering with similarity matrix
Hi there, I have a similarity matrix that I would like to use as the input of the function linkage. However, this takes as an ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


I can't create a graph from the adjacency matrix
Hi, I'm trying to create an undirected graph from my adjacency matrix. This is my code: undirected_graph=graph(undirected_netwo...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Import data doesn't import some of the values
When I try to import a matrix into MatLab from a text file, it doesn't import some of the values. An example of values that is n...

4 years 前 | 1 个回答 | 0

1

个回答

已回答
Problem with assigning node names to a directed graph
I solved it! I don't know why it didn't work before, but I used the following code: graph.Nodes = node_names

4 years 前 | 0

| 已接受

提问


Problem with assigning node names to a directed graph
I'm trying to add the node names to a directed graph. I used the following code: load network.mat network; load node_names.mat...

4 years 前 | 1 个回答 | 0

1

个回答