• 大小: 459B
    文件类型: .m
    金币: 1
    下载: 0 次
    发布日期: 2021-05-14
  • 语言: Matlab
  • 标签: pseudoinvers  matlab  

资源简介

return the pseudoinverse of A using iterative method.

资源截图

代码片段和文件信息

function [ res ] = pinv_newton( AiterTime )
%PINV_NEWTON return the pseudoinverse of A using iterative method.
%   RES = PINV_NEWTON(AITERTIME) Uses p20-1.4.2 in the textbook. RES is
%   a 3D SIZE(A2)-by-SIZE(A1)-by-ITERTI

评论

共有 条评论