Community Profile

photo

Lino Garda Denaro


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

Followers: 0   Following: 0

Estadísticas

  • Knowledgeable Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
How to extract and replace from small matrix into big matrix without zeros. here is the code examples:
D = zeros(10,10); D(4:8,3:7) = B; iD = D>0==1; A(iD)=D(iD)

más de 3 años hace | 0

| aceptada