Good morning,
I try to use a code created before in Matlab but they give me mistake in Octave although they work very well in matlab.
The probleme is that i use a classes :
1) Create class ht and i put it inside folder @ht/ht.m
2) I create a methode like @ht/mtimes.m where i call to the function "class(h,'ht');"
the execution of the code give me the following error:
"error : class: invalid call from outside class constructor"
Are any one
know the answer ???
Thank you for helping