photo

Cole Garabed


Last seen: 4 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
0 Answers

RANK
105,225
of 301,383

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,252

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,306

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


How do I open a .raw file so that it can be viewed as a table?
I have this .raw file that I would like to open in as a table so I can then further process the data. I currently have to open t...

4 years ago | 1 answer | 0

1

answer

Question


I imported a table from excel 749 x18 that consists of 4 specimen. I want to extract the data for each specimen to make separate tables or make paths through a struct
% Input the .xlsx file in the function below T = readtable('SAMPLE1.xlsx'); % Convert the table to a struct S = table2struct(...

4 years ago | 1 answer | 0

1

answer