photo

Gabriela Garcia


Last seen: 거의 5년 전 2021년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

5 질문
0 답변

순위
84,197
of 300,392

평판
0

참여
5 질문
0 답변

답변 채택
60.0%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,373

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 5년 전 | 답변 수: 0 | 0

0

답변

질문


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

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 5년 전 | 답변 수: 2 | 0

2

답변

질문


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

거의 5년 전 | 답변 수: 1 | 0

1

답변