How can I unfold a tensor?
3 views (last 30 days)
Show older comments
In the algorithm of High order SVD, A is a tensor, how to unfold it? for examplr,A(1),A(2),A(3). Thank you so much .
0 Comments
Answers (2)
the cyclist
on 27 Aug 2013
Edited: the cyclist
on 27 Aug 2013
I am not sure I understand, but I think you want to do
A(:)
or use the reshape() command.
0 Comments
See Also
Categories
Find more on Get Started with MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!