AsaMitaka
AsaMitaka

Reputation: 1

(First time using MATLAB) Examples for constructors of htensor

Unfortunately, I have no experience with Matlab and now I need a few visualizations in this program. At the moment i'm working on tensors and their approximation possibilities. More specifically with this preprint:

https://www.epfl.ch/labs/mathicse/wp-content/uploads/2018/10/04.2012_DK-CT.pdf

On the sixth page the author says: " To conveniently work with tensors in HTD, we have implemented a new Matlab class htensor, [...] available in the Tensor Toolbox".

Now I downloaded the Tensor Toolbox: https://www.tensortoolbox.org/ and unzip the folder.

On the seventh page he gives some examples of htensor constructions. For example " x = htensor ( [4 5 6 7 ] ) "

So can you help me with a tiny beginner code or implement a constructor? If I type " x = htensor ( [ 4 5 6 7 ]) " I get this: ">> x = htensor ( [4 5 6 7 ] ) Unrecognized function or variable 'htensor'.

Did you mean: x = tensor ( [4 5 6 7 ] ) ". Im sorry that Im totally unexperienced in this topic. Hopefully you understand my lack of experience.

Upvotes: 0

Views: 38

Answers (0)

Related Questions