Hello every one,
I want to run an LLE code when I need to use "eigs" function to solve an eigenproblem.
This is the syntax that I use in Matlab Online :
[YT, ~] = eigs(M, d+1, 0, 'Display', 0, 'StartVector', ones(size(M, 1), 1));
The problem is that I obtain a new result each time the code is executed.
If you can help me to overcome this problem ?
Best regards,