Hi Yassin, thank you for your contribution. I had a look at your code and have some comments: * If you want to make a column vector, just use y(:), this is basically the same as reshape (y, numel (y), 1); * Be careful if using x' this is complex conjugate transpose . If you just want to transpose use x.' * there is no need to bring c and y to the same size, see https://docs.octave.org/latest/Broadcasting.html and it is automatically done since Octave 3.6.x * There is no need to call min in a loop,...
Hi Yassin, thank you for your contribution. I had a look at your code and some some notes. * If you want to make a column vector, just use y(:), this is basically the same as reshape (y, numel (y), 1); * Be careful if using x' this is complex conjugate transpose . If you just want to transpose use x.' * there is no need to bring c and y to the same size, see https://docs.octave.org/latest/Broadcasting.html and it is automatically done since Octave 3.6.x * There is no need to call min in a loop, see...
octave-video 2.0.2 bugfix release
Bugfix release video 2.0.1
I don't know what happened: Now with new checkout, "make release" e4a2fa06b043a766d6e3ab2d699f9b9b video-2.0.0.tar.gz 89bb136d86c6e2064e5414aeee467b6b video-html.tar.gz
octave-video 2.0.0
octave-video 2.0.0
New attachments after requested changes in comment 1 and 2