Gabriela Garcia
Followers: 0 Following: 0
Statistik
5 Fragen
0 Antworten
RANG
74.388
of 295.638
REPUTATION
0
BEITRÄGE
5 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
60.0%
ERHALTENE STIMMEN
0
RANG
of 20.255
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.207
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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;...
fast 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
fast 4 Jahre vor | 1 Antwort | 0