You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
please help me to fixe this issue,
cd('C:\Program Files\FullBNT\FullBNT-1.0.4')
addpath(genpathKPM(pwd))
Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name
conflict.
In path (line 109)
In addpath (line 86)
Warning: Function isscalar has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential
name conflict.
In path (line 109)
In addpath (line 86)
Warning: Function isvector has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential
name conflict.
In path (line 109)
In addpath (line 86)
cd('C:\Program Files\FullBNT\FullBNT-1.0.4\BNT')
test_BNT
ll =
1.0e-10 *
-0.0670 0.1697
cycle 1 lik -51.5585
cycle 2 lik -45.0863
cycle 3 lik -42.9953
Undefined function or variable 'finite'.
Error in ffa (line 71)
elseif ((lik-likbase)<(1+tol)*(oldlik-likbase)|~finite(lik))
Error in fa1 (line 27)
[L1, Psi1, LL1] = ffa(X,k,max_iter);
Error in test_BNT (line 8)
fa1
The text was updated successfully, but these errors were encountered:
please help me to fixe this issue,
cd('C:\Program Files\FullBNT\FullBNT-1.0.4')
ll =
1.0e-10 *
-0.0670 0.1697
cycle 1 lik -51.5585
cycle 2 lik -45.0863
cycle 3 lik -42.9953
Undefined function or variable 'finite'.
Error in ffa (line 71)
elseif ((lik-likbase)<(1+tol)*(oldlik-likbase)|~finite(lik))
Error in fa1 (line 27)
[L1, Psi1, LL1] = ffa(X,k,max_iter);
Error in test_BNT (line 8)
fa1
The text was updated successfully, but these errors were encountered: