Community Profile

photo

Ali ALATAWI


Last seen: 2 years ago Active since 2021

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


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) ...

2 years ago | 1 answer | 0

1

answer

Question


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

2 years ago | 1 answer | 0

1

answer

Question


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...

2 years ago | 2 answers | 0

2

answers