photo

john borsellino


UTMB

自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

8 个提问
2 个回答

排名
8,517
of 300,068

声誉
5

贡献数
8 个提问
2 个回答

回答接受率
62.5%

收到投票数
3

排名
 of 20,863

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,211

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


how do i "re attach" row id column vectors(made up of words) to the numeric value columns, matlab separates my data???
example of my data; column1= jim01, john18, jane43. column 2= 4.5, 3.05, 7.5. column3= 1.5,5.0,9.0... when i input the data int...

12 years 前 | 1 个回答 | 0

1

个回答

提问


how do i "re attach" string columns to data columns for identification?
when i input data, matlab always separates my string data( column headers and row id's) from the data it represents...i have bee...

12 years 前 | 1 个回答 | 1

1

个回答

已回答
clustergram does not recognize my data as a datamatrix???
i opened the "data" file and created a new variable, 'Y'. i then typed X=clustergram(Y) and out popped a heatmap...YAY!!!! i the...

12 years 前 | 0

| 已接受

提问


clustergram does not recognize my data as a datamatrix???
i am trying to create heatmaps using the"clustergram" function...i imported my data, matlab removed the row labels and column la...

12 years 前 | 1 个回答 | 0

1

个回答

提问


how to use "if" statement properly?
i am performing an element -wise operation on 2 columns, A & B. 1. z=B./A if z is less than 1 then reverse operation for t...

12 years 前 | 1 个回答 | 0

1

个回答

提问


why doesn't my "if" statement work?
i have 2 columns that i am performing an element-wise foldchange analysis on columns A & B. if the result is less than 1 then t...

12 years 前 | 2 个回答 | 0

2

个回答

已回答
how do i turn off the anova1() display option?
one way to turn off the display for anova1 *p(k)= anova1(Z)* % original code line change to *p(k)= anova1(Z,[],'off')...

12 years 前 | 2

| 已接受

提问


how do i turn off the anova1() display option?
anova1() outputs a table and boxplot for each anova performed... the manual says that i can turn this "display option" off but i...

12 years 前 | 2 个回答 | 0

2

个回答

2

个回答

提问


how do i save looped output into 1 variable matrix
c=19; >> D=[]; >> for k=1:c; Z=[X(:,1),Y(:,1)]; p=anova1(Z) D=save(p) X(:,1)=[];Y(:,1)=[]; end

12 years 前 | 2 个回答 | 0

2

个回答