photo

Ali ALATAWI


Last seen: 2 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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

2 years 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 2 个回答 | 0

2

个回答