photo

Gabriela Garcia


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

Followers: 0   Following: 0

Estadística

MATLAB Answers

5 Preguntas
0 Respuestas

CLASIFICACIÓN
183.441
of 300.365

REPUTACIÓN
0

CONTRIBUCIONES
5 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
60.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.933

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.262

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 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Creating a Table with rows labeled from a matrix and exporting it into an excel file
My code is combersome and complicated. I want to read the matrix and its specific values (as indicated in lines 3 and 4) then co...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Help Simplifying Complex Code
clear; M = readmatrix('a51.xlsx','Sheet','Sheet1','Range','B2:H13'); %the number '51' represents a student's ID. M(8:12,1)=51;...

casi 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


xlswrite is not recommended, what should I use instead?
I have eleven 12x8 matrices composed of 1s and 0s. I want to export each matrix into its own excel file as a table with the rows...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Counting Specific Number of Consecutive Values in a Matrix
I have a matrix composed of ones and zeros. I need to idenity where there are three 1s in each COLUMN 1 0 0 1 1 1 0 1 1 1 1...

casi 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Using a Loop to read and store information?
I have data stored in 10 different excel documents. Each document has the same table-like format. My goal is to read the informa...

casi 5 años hace | 1 respuesta | 0

1

respuesta