![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/17182788_1577967396373_DEF.jpg)
Ali ALATAWI
Followers: 0 Following: 0
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) ...
대략 3년 전 | 답변 수: 1 | 0
1
답변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...
3년 초과 전 | 답변 수: 2 | 0