matrix & matrix function to eigen
이전 댓글 표시
Hi everyone, i would like to turn these matrixes to eigen format. Thanks for help <3!
repmat((1:100).',1,150)
(1:100).'+zeros(1,150)
g = reshape(1:100,10,10)
g = reshape(1:100,10,10).'
댓글 수: 1
Image Analyst
2022년 12월 15일
Why are you posting these similar posts? They don't make any sense and people are going to start deleting them.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Matrices and Arrays에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!