Gabriela Garcia
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
74 373
of 295 569
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
60.0%
VOTES RECEIVED
0
RANK
of 20 247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
nästan 4 år ago | 1 answer | 0
1
answerQuestion
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;...
nästan 4 år ago | 0 answers | 0
0
answersQuestion
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...
nästan 4 år ago | 1 answer | 0
1
answerQuestion
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...
nästan 4 år ago | 2 answers | 0
2
answersQuestion
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...
nästan 4 år ago | 1 answer | 0