Community Profile

photo

Shikha Thapa


Last seen: 2 years ago Active since 2020

Statistics

  • First Answer

View badges

Content Feed

View by

Answered
I get an error, what's wrong? on Sparse matrix logic and answer
function matrix=sparse2matrix(cellvec) matrix=cellvec{1,2}*ones([cellvec{1}(1),cellvec{1}(2)]); for a=3:length(cellvec) ...

4 years ago | 0