Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix issue #451 #455

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 23, 2021
Merged

fix issue #451 #455

merged 1 commit into from
Oct 23, 2021

Conversation

gilbertogalvis
Copy link
Contributor

This PR fix the issue #451

Now when we use following code

load imports-85
[coeff,score,latent,tsquared,explained] = pca(X(:,3:15));

scatter3(score(:,1),score(:,2),score(:,3))
axis equal
xlabel('1st Principal Component')
ylabel('2nd Principal Component')
zlabel('3rd Principal Component')

fig2plotly(gcf, 'offline', 'false');

we will get the following

Screen Shot 2021-10-23 at 1 08 56 PM

Here the link to chart studio
https://chart-studio.plotly.com/~galvisgilberto/4668/#/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants