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!