Community Profile

photo

Mukul Rai


Last seen: 3 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(a) asize=length(a); r = a{1}(1,1); c = a{1}(1,2); z = zeros(r,c) z(:)= a{2}; if asize<=2 ...

3 years ago | 0