photo

Ali ALATAWI


Last seen: casi 4 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadística

MATLAB Answers

3 Preguntas
0 Respuestas

CLASIFICACIÓN
249.688
of 300.392

REPUTACIÓN
0

CONTRIBUCIONES
3 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
33.33%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.373

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 4 años hace | 2 respuestas | 0

2

respuestas