Community Profile

photo

Ali ALATAWI


Last seen: mehr als 2 Jahre vor Aktiv seit 2021

Followers: 0   Following: 0

Statistiken

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


remove the zeros in the Matrix
how to remove the zeros from matrix x?? clear all clc n=1; m=1; z=randi([1 10],5,10) for i=1:5 if(mod(i,2)==0) ...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


remove the zeros in the Matrix
How can I remove the zeros from matrix A ??

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how can i save the even index to a matrix 2:5 using for loop
i print the even position in matrix z but the qausition is to save the output of the loop which is even index into a other matr...

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten