Community Profile

photo

Jingyi Liu


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Why I cannot get rid of Nan columns
function [Q, R] = grams(A) [m, n] = size(A); Q = zeros(m,n); Asave = A; if norm(A(:,1)) < sqrt(eps) error('The first Co...

3 years ago | 2 answers | 0

2

answers