photo

seif seif


menufia

Last seen: casi 2 años hace Con actividad desde 2015

Followers: 0   Following: 0

Mensaje

Estadística

All
  • First Answer
  • Solver

Ver insignias

Feeds

Ver por

Respondida
Vector Matrix multiplication (Row wise)
I'd suggest a faster version than the above methods: L = L .* v(:, ones(N,1));

más de 6 años hace | 1

Respondida
Shrink a 1-D array (vector) by removing all the columns with a value of zero
Using *nonzeros* is also very simple (note that the output is a column vector): NewSimpleArray = nonzeros(SimpleArray) N...

más de 6 años hace | 0