📄 ftpara03.m
字号:
function [A,B,C]=ftpara03(X,r1,r2,r3,W,startmode,convlim,Ai,Bi,Ci);
%function [A B C]=ftpara03(X,r1,r2,r3,W,startmode,convlim,Ai,Bi,Ci);
%
%This PARAFAC/CANDECOMP program calculates the W factors in
%the problem X approx. = sum (A(w)*B(w)*C(w)) for w=1,2,...,W;
%Solutions are found as the least squares solutions to the
%equation: min( sum(w) ||X(w) - AD(w)B'||
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -