Question: Problem 1 Download the file thermocouple dat. a ) Write code that loads the file into MATLAB, determines the size ( number of rows and

Problem 1
Download the file thermocouple dat.
a) Write code that loads the file into MATLAB, determines the size (number of rows and columns) of the file, extracts each set of thermocouple data and stores it into a separate file. Name the various files thermocuple1.mat, thermocouple2.mat, etc.
Your code should be able to accept a 2-D file of any size. Do not assume that there are only three columns; let the program determine the array size and assign appropriate file names (use a for loop!).
Problem 1 Download the file thermocouple dat. a )

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!