photo

ack


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
0 Answers

RANK
196,066
of 300,352

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,212

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Answer
  • Thankful Level 1

View badges

Feeds

View by

Question


For-looping output not adequate
Hi, I would like the for-looping to extract the data from T2 variable at 4 row intervals from the last one which is 484 row to 4...

3 years ago | 1 answer | 0

1

answer

Question


I have 45x484 matrix but when I calculate coeff pca function, I am getting coeff with 484x44 matrix which causes errors in biplot. Why is the rows and columns switch places?
%from struct to matrix using function T1 = createDataMatrix(REC); x=ismissing(T1); y=any(x,1); z=T1(:,~y); a=z; % scaling ...

4 years ago | 1 answer | 0

1

answer