Adding Procrustes Code to a PCA
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
How do I add new instructions or code to an existing callback in a gui. I have a button that when I press in a GUI it performs a PCA for me. However I want to add Procrustes code so that any time I press that particular button in the GUI, PCA will be performed in addition to a Procrustes analysis. How do I add the Procrustes code to that part of the PCA code so that they communicate? Any code example?
Thank you.
댓글 수: 1
Walter Roberson
2017년 9월 23일
Tell GUIDE you want to edit the callback. Make any code changes in the editor.
답변 (1개)
Niraj Gadakari
2017년 9월 26일
0 개 추천
You could program the push button callback to perform both the PCA, and Procrustes analysis. Here is the link that explains programming the push button callbacks.
댓글 수: 0
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!