Community Profile

photo

Soham Khadilkar


Last seen: mer än 2 år ago Active since 2020

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
Write a function called sparse2matrix that takes a single input of a cell vector as defined above and returns the output argument called matrix, the matrix in its traditional form
function matrix = sparse2matrix(cellvec) r = cellvec{1,1}(1,1); c = cellvec{1,1}(1,2); [e,l] = size(cellvec) matrix = ones(r...

nästan 4 år ago | 0