photo

john borsellino


UTMB

2013년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

8 질문
2 답변

순위
8,530
of 300,381

평판
5

참여
8 질문
2 답변

답변 채택
62.5%

획득한 표
3

순위
 of 20,941

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,477

참여
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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 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년 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 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년 초과 전 | 답변 수: 2 | 0

2

답변

질문


why does matlab seperate my column of identifiers and row of column headers from the data? what function puts them back together?i have created a new column of data that needs to be put together with the original data, how do i attach that?
what function will recombine my dataset when matlab automatically seperates my id column and row headers from the data

12년 초과 전 | 답변 수: 2 | 0

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년 초과 전 | 답변 수: 2 | 0

2

답변